lib/temple/html/attribute_merger.rb in temple-0.10.0 vs lib/temple/html/attribute_merger.rb in temple-0.10.1
- old
+ new
@@ -1,4 +1,5 @@
+# frozen_string_literal: true
module Temple
module HTML
# This filter merges html attributes (e.g. used for id and class)
# @api public
class AttributeMerger < Filter