class SearchCopGrammar::Attributes::WithoutMatches

Public Instance Methods

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