method

new

rails latest stable - Class: ActionView::Template::Text
new(string)
public

No documentation available.

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