Class: AndAnd::BlankSlate

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

Direct Known Subclasses

MockReturningMe, ProxyReturningMe

Instance Method Summary collapse

Constructor Details

#initialize(me) ⇒ BlankSlate

Returns a new instance of BlankSlate.



49
50
51
# File 'lib/andand.rb', line 49

def initialize(me)
  @me = me
end