Class: AndAnd::BlankSlate

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

Direct Known Subclasses

MockReturningMe, ProxyReturningMe

Instance Method Summary collapse

Constructor Details

#initialize(me) ⇒ BlankSlate

Returns a new instance of BlankSlate.



84
85
86
# File 'lib/patches/andand.rb', line 84

def initialize(me)
  @me = me
end