lib/action_view/template/html.rb in actionview-5.1.7 vs lib/action_view/template/html.rb in actionview-5.2.0.beta1
- old
+ new
@@ -1,7 +1,9 @@
+# frozen_string_literal: true
+
module ActionView #:nodoc:
# = Action View HTML Template
- class Template
+ class Template #:nodoc:
class HTML #:nodoc:
attr_accessor :type
def initialize(string, type = nil)
@string = string.to_s