Method: Hash#to_console
- Defined in:
- lib/ratch/core_ext/to_console.rb
#to_console ⇒ Object
Convert a Hash into command line arguments. The array is accepted in the format of Ruby method arguments –ie. [arg1, arg2, …, hash]
52 53 54 |
# File 'lib/ratch/core_ext/to_console.rb', line 52 def to_console to_argv.join(' ') end |