Class: LazyMock

Inherits:
BasicObject
Defined in:
lib/lazy_mock.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(*args) ⇒ Object



2
3
4
# File 'lib/lazy_mock.rb', line 2

def method_missing(*args)
  ::LazyMock.new
end