Method: MotionSpec::ContextHelper::Matchers#eql

Defined in:
lib/motion-spec/context_helper/matchers.rb

#eql(value) ⇒ Object



27
28
29
# File 'lib/motion-spec/context_helper/matchers.rb', line 27

def eql(value)
  MotionSpec::Matcher::Eql.new(value)
end