Module: FerretsOnFire
Defined Under Namespace
Modules: DSL Classes: Argument, Command, GliWrapper, Option, Switch
Constant Summary collapse
- VERSION =
'0.0.7'
Constants included from DSL::LoggerDSL
DSL::LoggerDSL::COLORS, DSL::LoggerDSL::DEFAULT_PREFIXES, DSL::LoggerDSL::FANCY_PREFIXES, DSL::LoggerDSL::SUFFIXES
Instance Method Summary collapse
-
#_call ⇒ Object
FIXME.
Methods included from DSL
Methods included from DSL::GitDSL
#clone_git_repo, #find_git_tags, #get_git_master_ref, #git_checkout, #update_git_repo
Methods included from DSL::LoggerDSL
#action, #banner, #choose, #crash, #error, #highlight, #info, #linebreak, #success, #warn, #yes_no
Methods included from DSL::ShellDSL
Methods included from DSL::DeclarationDSL
#argument, #command, #description, #option, #switch
Instance Method Details
#_call ⇒ Object
FIXME
6 7 8 9 10 |
# File 'lib/ferrets_on_fire.rb', line 6 public def _call @gli = _setup_gli @gli.run(ARGV) exit end |