class HelloSession

Attributes

text[RW]

Public Class Methods

new(bartender, hint=nil) click to toggle source
Calls superclass method Tofu::Session::new
# File lib/tofu.rb, line 667
def initialize(bartender, hint=nil)
  super
  @base = BaseTofu.new(self)
  @text = ''
end

Public Instance Methods

lookup_view(context) click to toggle source
# File lib/tofu.rb, line 674
def lookup_view(context)
  @base
end