# File lib/luck/textbox.rb, line 89
  def value
    command? ? super[1..-1] : super
  end