Class Index [+]

Quicksearch

RSpec::Matchers::BuiltIn::NegativeOperatorMatcher

Public Instance Methods

__delegate_operator(actual, operator, expected) click to toggle source
    # File lib/rspec/matchers/operator_matcher.rb, line 77
77:         def __delegate_operator(actual, operator, expected)
78:           return false unless actual.__send__(operator, expected)
79:           return fail_with_message("expected not: #{operator} #{expected.inspect}\n         got: #{operator.gsub(/./, ' ')} #{actual.inspect}")
80:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.