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