Object
# File lib/sshkit/command_map.rb, line 4 def initialize(defaults = {}) @storage = {} @defaults = defaults end
# File lib/sshkit/command_map.rb, line 9 def [](key) @storage[normalize_key(key)] ||= @defaults[key] end
# File lib/sshkit/command_map.rb, line 13 def []=(key, value) @storage[normalize_key(key)] = value end
[Validate]
Generated with the Darkfish Rdoc Generator 2.