Method: MotionSpec::Matcher::Eql#initialize
- Defined in:
- lib/motion-spec/matcher/eql.rb
#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 |