method

new

rails latest stable - Class: ActionView::Template::HTML
new(string, type)
public

No documentation available.

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