Class: Dasheets::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/dasheets/cli.rb

Instance Method Summary collapse

Instance Method Details

#generate(file) ⇒ Object



6
7
8
9
# File 'lib/dasheets/cli.rb', line 6

def generate(file)
  context = Dasheets::DSL::Context.new(file)
  context.generate
end