Sha256: 164e6abfe71c7a3c37133316f3aedf3907c991cad4f622d93e0f43bfc4abb1c7

Contents?: true

Size: 246 Bytes

Versions: 1

Compression:

Stored size: 246 Bytes

Contents

class Sinclair
  module Matchers
    autoload :AddMethod,   'sinclair/matchers/add_method'
    autoload :AddMethodTo, 'sinclair/matchers/add_method_to'

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sinclair-1.1.0 lib/sinclair/matchers.rb