Top Level Namespace
Defined Under Namespace
Classes: Clop, Clop_Option
Instance Method Summary collapse
Instance Method Details
#parse_command_line(def_str, global_variables_flag = false) ⇒ Object
357 358 359 |
# File 'lib/clop.rb', line 357 def parse_command_line(def_str, global_variables_flag = false) Clop.new(def_str, ARGV, global_variables_flag) end |