Class: AndAnd::MockReturningMe

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(*args) ⇒ Object



90
91
92
# File 'lib/patches/andand.rb', line 90

def method_missing(*args)
  @me
end