Class: MotionExpect::Matcher::Eql

Inherits:
SingleMethod show all
Defined in:
lib/motion-expect/matcher/eql.rb

Instance Method Summary collapse

Methods inherited from SingleMethod

#fail!, #fail_message, #matches?

Constructor Details

#initialize(value) ⇒ Eql

Returns a new instance of Eql.



4
5
6
# File 'lib/motion-expect/matcher/eql.rb', line 4

def initialize(value)
  super(:eql?, value)
end