Method: Object#have_singleton_method

Defined in:
lib/mspec/matchers/have_singleton_method.rb

#have_singleton_method(method, include_super = true) ⇒ Object



21
22
23
# File 'lib/mspec/matchers/have_singleton_method.rb', line 21

def have_singleton_method(method, include_super=true)
  HaveSingletonMethodMatcher.new method, include_super
end