# File lib/spec/matchers/be.rb, line 88 def initialize(operand, operator) @expected, @operator = operand, operator @args = [] end