class SSHKit::CommandMap

Public Instance Methods

defaults() click to toggle source
# File lib/california/stage.rb, line 79
def defaults
  Hash.new do |hash, command|
    # Avoid using `/usr/bin/env` at all
    hash[command] = command.to_s
  end
end