Method: Catchy::MethodChain#initialize

Defined in:
lib/catchy/method_chain.rb

#initialize(options = {}) ⇒ MethodChain

Returns a new instance of MethodChain.



3
4
5
6
7
# File 'lib/catchy/method_chain.rb', line 3

def initialize( options = {} )
  configure( options )
  define_methods
  @method_chain = []
end