Flowdock
new(first_value, *values) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_view/helpers/text_helper.rb, line 486
        def initialize(first_value, *values)
          @values = values.unshift(first_value)
          reset
        end
Register or log in to add new notes.