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)
  options = new
  parser(options).parse!(argv.clone)
  puts options
  options
end