Class: AndAnd::ProxyReturningMe

Inherits:
BlankSlate show all
Defined in:
lib/patches/andand.rb

Instance Method Summary collapse

Methods inherited from BlankSlate

#initialize

Constructor Details

This class inherits a constructor from AndAnd::BlankSlate

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(sym, *args, &block) ⇒ Object



96
97
98
99
# File 'lib/patches/andand.rb', line 96

def method_missing(sym, *args, &block)
  @me.__send__(sym, *args, &block)
  @me
end