Class: BlankSlate

Inherits:
Object show all
Defined in:
lib/hobosupport/blankslate.rb

Direct Known Subclasses

CallIfAvailable, It

Instance Method Summary collapse

Constructor Details

#initialize(me) ⇒ BlankSlate

Returns a new instance of BlankSlate.



5
6
7
# File 'lib/hobosupport/blankslate.rb', line 5

def initialize(me)
  @me = me
end