class Totes::Matcher::Eql

Public Instance Methods

likes(subject) click to toggle source
# File lib/totes/matcher/eql.rb, line 6
def likes(subject)
  # TODO make a deep matching thing work
  subject == @value
end