Class: Cheatset::CLI

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

Instance Method Summary collapse

Instance Method Details

#generate(file) ⇒ Object



25
26
27
28
# File 'lib/cheatset/cli.rb', line 25

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