Method: Spec::Matchers::OperatorMatcher#description

Defined in:
lib/gems/rspec-1.1.12/lib/spec/matchers/operator_matcher.rb

#descriptionObject



43
44
45
# File 'lib/gems/rspec-1.1.12/lib/spec/matchers/operator_matcher.rb', line 43

def description
  "#{@operator} #{@expected.inspect}"
end