# File lib/luck/textbox.rb, line 31
  def value= val
    @text = val
    @index = @text.size if @index > @text.size
  end