class EnterTofu
Public Instance Methods
do_enter(context, params)
click to toggle source
# File lib/tofu.rb, line 643 def do_enter(context, params) hint ,= params['hint'] @session.hint = hint || '' text ,= params['text'] @session.text = text || '' end