class RHC::AutoCompleteBindings

Attributes

commands[R]
top_level_opts[R]

Public Class Methods

new(top_level_opts, commands) click to toggle source
# File lib/rhc/autocomplete.rb, line 10
def initialize(top_level_opts, commands)
  @top_level_opts = top_level_opts
  @commands = commands
end