Class: Lexy::CLI

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

Instance Method Summary collapse

Instance Method Details

#create_spec_file(path) ⇒ Object



8
9
10
# File 'lib/lexy/cli.rb', line 8

def create_spec_file(path)
  Lexy::SpecCreator.new.call(path)
end