Top Level Namespace
Defined Under Namespace
Instance Method Summary collapse
-
#date ⇒ Object
- 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.
- #error_logger ⇒ Object
- #output_logger ⇒ Object
Instance Method Details
#date ⇒ Object
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_logger ⇒ Object
76 77 78 |
# File 'lib/escort.rb', line 76 def error_logger Escort::Logger.error end |
#output_logger ⇒ Object
80 81 82 |
# File 'lib/escort.rb', line 80 def output_logger Escort::Logger.output end |