class Bow::Commands::Init

Public Instance Methods

description() click to toggle source
# File lib/bow/commands/init.rb, line 6
def description
  'Initialize minimal bow scaffold.'
end
run() click to toggle source
# File lib/bow/commands/init.rb, line 10
def run
  InventoryExample.new.init
end