Parent

Methods

Included Modules

Files

RSpec::Matchers::BeFalse

Public Instance Methods

matches?(actual) click to toggle source
# File lib/rspec/matchers/be.rb, line 21
def matches?(actual)
  !super(actual)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.