Class: Monk

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/monk.rb

Instance Method Summary collapse

Instance Method Details

#init(target) ⇒ Object



9
10
11
12
# File 'lib/monk.rb', line 9

def init(target)
  clone(source, target)
  cleanup(target)
end