# File lib/sshkit/command_map.rb, line 36 def initialize(value = nil) @map = CommandHash.new(value || defaults) end