Parent

Methods

Array

Public Instance Methods

to_cmd() click to toggle source

Join a sequence of arguments together to form a executable command.

# File lib/rexec/to_cmd.rb, line 4
def to_cmd
        collect{|v| v.to_cmd}.join(' ')
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.