Class: Iamsure::Initiator

Inherits:
Object
  • Object
show all
Defined in:
lib/iamsure/initiator.rb

Instance Method Summary collapse

Instance Method Details

#initiate(arg) ⇒ Object



3
4
5
# File 'lib/iamsure/initiator.rb', line 3

def initiate(arg)
  raise 'It should be implemented in inherited class'
end