class Vx::Builder::BuildConfiguration::Deploy::Shell

Public Instance Methods

to_commands() click to toggle source
# File lib/vx/builder/build_configuration/deploy/shell.rb, line 12
def to_commands
  key.map(&:to_s)
end