class RSpec::Matchers::Match

Public Instance Methods

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