Method: OXO::Application#initialize
- Defined in:
- lib/oxo.rb
#initialize ⇒ Application
Returns a new instance of Application.
99 100 101 102 103 104 105 106 107 |
# File 'lib/oxo.rb', line 99 def initialize begin = Optionparser.parse!(ARGV) rescue => e usage_fail(e.) end @delay = [:delay] end |