Method: QuickAndRuby::Date::DateTimeArgs.load
- Defined in:
- lib/quick_and_ruby/date/date_time_args.rb
.load(argv = ARGV) ⇒ Object
41 42 43 44 45 46 |
# File 'lib/quick_and_ruby/date/date_time_args.rb', line 41 def load(argv = ARGV) = new parser().parse!(argv.clone) puts end |