benchmark/compiling.rb in faml-0.6.0 vs benchmark/compiling.rb in faml-0.6.1
- old
+ new
@@ -1,5 +1,6 @@
#!/usr/bin/env ruby
+# frozen-string-literal: true
require 'benchmark/ips'
require 'haml'
require 'faml'
require 'hamlit'
require 'slim'
- old
+ new