lib/action_view/template/html.rb in actionview-6.1.7.10 vs lib/action_view/template/html.rb in actionview-7.0.0.alpha1
- old
+ new
@@ -1,10 +1,10 @@
# frozen_string_literal: true
-module ActionView #:nodoc:
+module ActionView # :nodoc:
# = Action View HTML Template
- class Template #:nodoc:
- class HTML #:nodoc:
+ class Template # :nodoc:
+ class HTML # :nodoc:
attr_reader :type
def initialize(string, type)
@string = string.to_s
@type = type