Module: FerretsOnFire

Includes:
DSL
Included in:
FoF
Defined in:
lib/ferrets_on_fire.rb,
lib/ferrets_on_fire/version.rb

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

Methods included from DSL

#get, #load_lib, #root

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

#bundle, #run

Methods included from DSL::DeclarationDSL

#argument, #command, #description, #option, #switch

Instance Method Details

#_callObject

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