class Rubotnik::CLI

Public Instance Methods

new(path = nil) click to toggle source
# File lib/rubotnik/cli.rb, line 8
def new(path = nil)
  generator = Rubotnik::Generator.new
  generator.destination_root = path
  generator.invoke_all
end