lib/faml/tilt.rb in faml-0.3.2 vs lib/faml/tilt.rb in faml-0.3.3
- old
+ new
@@ -16,10 +16,10 @@
filename = File.expand_path(file)
end
@code = Engine.new(options.merge(filename: filename)).call(data)
end
- def precompiled_template(locals = {})
+ def precompiled_template(_locals = {})
@code
end
end
::Tilt.register(Tilt, 'haml')