Convert the Parameters::List that exists as the parameter from Main
# File lib/readorder/cli.rb, line 163 def Cli.params_to_hash( params ) (hash = params.to_hash ).keys.each do |key| v = hash[key].values v = v.first if v.size <= 1 hash[key] = v end return hash end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.