# File lib/sshkit/command_map.rb, line 40 def [](command) if prefix[command].any? prefixes = prefix[command].join(" ") "#{prefixes} #{command}" else @map[command] end end
# File lib/sshkit/command_map.rb, line 54 def []=(command, new_command) @map[command] = new_command end
# File lib/sshkit/command_map.rb, line 58 def clear @map = CommandHash.new(defaults) end
Generated with the Darkfish Rdoc Generator 2.