Module: Sinclair::Matchers

Defined in:
lib/sinclair/matchers.rb,
lib/sinclair/matchers/add_method.rb,
lib/sinclair/matchers/add_method_to.rb

Defined Under Namespace

Classes: AddMethod, AddMethodTo

Instance Method Summary collapse

Instance Method Details

#add_method(method) ⇒ Object



6
7
8
# File 'lib/sinclair/matchers.rb', line 6

def add_method(method)
  Sinclair::Matchers::AddMethod.new(method)
end