method
new
rspec latest stable - Class:
Spec::Matchers::BeComparedTo
new(operand, operator)public
No documentation available.
# File lib/spec/matchers/be.rb, line 88
def initialize(operand, operator)
@expected, @operator = operand, operator
@args = []
end