class Gurk::Runner
Public Instance Methods
new(name)
click to toggle source
# File lib/gurk/runner.rb, line 12 def new(name) Gurk::Cli.new([name]).setup say "New Gurk app generated. Now start Gurkin!" end
version()
click to toggle source
# File lib/gurk/runner.rb, line 18 def version require 'thor/version' say "Gurk #{Gurk::VERSION}" end