Class: Lightning::Bolt::Storm

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/lightning/bolt/cli.rb

Instance Method Summary collapse

Instance Method Details

#strike(schematics) ⇒ Object



9
10
11
12
# File 'lib/lightning/bolt/cli.rb', line 9

def strike(schematics)

  puts battle.report('english')
end

#thunderObject



16
17
18
# File 'lib/lightning/bolt/cli.rb', line 16

def thunder()
  install('payload.yml')
end