class SSHKit::CommandMap::PrefixProvider
Public Class Methods
new()
click to toggle source
# File lib/sshkit/command_map.rb, line 25 def initialize @storage = CommandHash.new end
Public Instance Methods
[](command)
click to toggle source
# File lib/sshkit/command_map.rb, line 29 def [](command) @storage[command] ||= [] end