class AttrSearchableGrammar::Attributes::WithoutMatches

Public Instance Methods

matches(value) click to toggle source
# File lib/attr_searchable_grammar/attributes.rb, line 136
def matches(value)
  eq value
end