12 13 14
# File 'lib/freeman.rb', line 12 def is(expected) self == expected end
16 17 18
# File 'lib/freeman.rb', line 16 def isnt(expected) self != expected end