Top Level Namespace

Defined Under Namespace

Modules: Escort, Trollop

Instance Method Summary collapse

Instance Method Details

#dateObject

lib/trollop.rb – trollop command-line processing library

Author

William Morgan (mailto: [email protected])

Copyright

Copyright 2007 William Morgan

License

the same terms as ruby itself



6
# File 'lib/escort/trollop.rb', line 6

require 'date'

#error_loggerObject



76
77
78
# File 'lib/escort.rb', line 76

def error_logger
  Escort::Logger.error
end

#output_loggerObject



80
81
82
# File 'lib/escort.rb', line 80

def output_logger
  Escort::Logger.output
end