class LSL::Completion::Base

Public Instance Methods

new_instance(ops) click to toggle source
# File lib/lsl/command/completion.rb, line 21
def new_instance(ops)
  res = LSL::Completion::Instance.new(ops)
  self.instances << res
  res
end
shell() click to toggle source
# File lib/lsl/command/completion.rb, line 18
def shell
  LSL::Shell.instance
end