method

new

new(string)
public

No documentation available.

# File actionview/lib/action_view/template/text.rb, line 9
      def initialize(string)
        @string = string.to_s
        @type = Types[:text]
      end