Module: Catchy

Defined in:
lib/catchy.rb,
lib/catchy/version.rb

Defined Under Namespace

Classes: MethodChain

Constant Summary collapse

DEFAULT_OPTIONS =
{
  to_s: :to_s,
}
VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.new(*args) ⇒ Object



10
11
12
# File 'lib/catchy.rb', line 10

def self.new( *args )
  MethodChain.new( *args )
end