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