Module: MethodFound

Defined in:
lib/method_found.rb,
lib/method_found/builder.rb,
lib/method_found/version.rb,
lib/method_found/interceptor.rb,
lib/method_found/attribute_methods.rb,
lib/method_found/attribute_interceptor.rb

Defined Under Namespace

Modules: AttributeMethods Classes: AttributeInterceptor, Builder, Interceptor

Constant Summary collapse

VERSION =
"0.1.6"

Class Method Summary collapse

Class Method Details

.new(*args, &block) ⇒ Object



9
10
11
# File 'lib/method_found.rb', line 9

def self.new(*args, &block)
  Builder.new(*args, &block)
end