Method: Spec::Matchers::OperatorMatcher#description
- Defined in:
- lib/gems/rspec-1.1.12/lib/spec/matchers/operator_matcher.rb
#description ⇒ Object
43 44 45 |
# File 'lib/gems/rspec-1.1.12/lib/spec/matchers/operator_matcher.rb', line 43 def description "#{@operator} #{@expected.inspect}" end |