lib/faml/rails_handler.rb in faml-0.6.0 vs lib/faml/rails_handler.rb in faml-0.6.1
- old
+ new
@@ -1,4 +1,5 @@
+# frozen-string-literal: true
module Faml
class RailsHandler
def call(template)
Engine.new(
use_html_safe: true,
- old
+ new