Method: Object#have_method
- Defined in:
- lib/mspec/matchers/have_method.rb
#have_method(method, include_super = true) ⇒ Object
21 22 23 |
# File 'lib/mspec/matchers/have_method.rb', line 21 def have_method(method, include_super=true) HaveMethodMatcher.new method, include_super end |