lib/faml/html.rb in faml-0.6.0 vs lib/faml/html.rb in faml-0.6.1
- old
+ new
@@ -1,4 +1,5 @@
+# frozen-string-literal: true
require 'faml/attribute_builder'
module Faml
class Html < Temple::HTML::Fast
# Override temple's default
- old
+ new