module FerretsOnFire

Constants

VERSION

Public Instance Methods

_call() click to toggle source

FIXME

# File lib/ferrets_on_fire.rb, line 6
       def _call
  @gli = _setup_gli
  @gli.run(ARGV)
  exit
end

Private Instance Methods

_setup_gli() click to toggle source
# File lib/ferrets_on_fire.rb, line 13
        def _setup_gli
  GliWrapper.new(@desc, @commands, @options, @switches, @arguments)
end