Class: MotionSpec::Matcher::Eql

Inherits:
SingleMethod show all
Defined in:
lib/motion-spec/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.



5
6
7
# File 'lib/motion-spec/matcher/eql.rb', line 5

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