Method: MotionSpec::Matcher::SingleMethod#matches?

Defined in:
lib/motion-spec/matcher/single_method.rb

#matches?(subject) ⇒ Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/motion-spec/matcher/single_method.rb', line 10

def matches?(subject)
  subject.send(@method_name, *@values)
end