Parent

Methods

Class/Module Index [+]

Quicksearch

RHC::AutoComplete

Attributes

runner[R]

Public Instance Methods

to_s() click to toggle source
# File lib/rhc/autocomplete.rb, line 9
def to_s
  @s ||= template.result AutoCompleteBindings.new(self).get_binding
end

Public Class Methods

new(runner=::Commander::Runner.instance, shell='bash') click to toggle source
# File lib/rhc/autocomplete.rb, line 5
def initialize(runner=::Commander::Runner.instance, shell='bash')
  @runner, @shell = runner, shell
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.