Google

# File rbot/keywords.rb, line 23
    def to_s
      if(@values.length > 1)
        Keyword.unescape @values[rand @values.length]
      else
        Keyword.unescape @values[0]
      end
    end