class DEBUGGER__::AbbrevCommand

Public Class Methods

new(config) click to toggle source

config: { type: [commands…], … }

# File debug-1.7.1/lib/debug/abbrev_command.rb, line 48
def initialize config
  @trie = TrieNode.new
  build config
end

Public Instance Methods