class Specifier::Matcher::Base
Attributes
expected[RW]
Public Instance Methods
match?(expected)
click to toggle source
# File lib/specifier/matcher/base.rb, line 6 def match?(expected) self.expected = expected end