Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/ruby-unix-now.rb
Instance Method Summary collapse
Instance Method Details
#to_cmd_opt ⇒ Object
39 40 41 |
# File 'lib/ruby-unix-now.rb', line 39 def to_cmd_opt map{|a| a.respond_to?(:to_cmd_opt) ? a.to_cmd_opt : a.to_s}.join(' ') end |