Object
# File lib/sshkit/command_map.rb, line 25 def initialize @storage = CommandHash.new end
# File lib/sshkit/command_map.rb, line 29 def [](command) @storage[command] ||= [] @storage[command] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.