module MethodFound
Constants
- VERSION
Public Class Methods
new(*args, &block)
click to toggle source
# File lib/method_found.rb, line 9 def self.new(*args, &block) Builder.new(*args, &block) end
# File lib/method_found.rb, line 9 def self.new(*args, &block) Builder.new(*args, &block) end