Parent

Methods

Class/Module Index [+]

Quicksearch

RSpec::Matchers::BuiltIn::BeFalse

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.