class RSpec::Matchers::BeTrue

Public Instance Methods

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