Class: SSHKit::CommandMap

Inherits:
Object
  • Object
show all
Defined in:
lib/california/stage.rb

Instance Method Summary collapse

Instance Method Details

#defaultsObject



79
80
81
82
83
84
# 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