lib/faml/engine.rb in faml-0.2.5 vs lib/faml/engine.rb in faml-0.2.6

- old
+ new

@@ -6,9 +6,10 @@ module Faml class Engine < Temple::Engine define_options( generator: Temple::Generators::ArrayBuffer, + filename: nil, ) DEFAULT_OPTIONS = { format: :html, attr_quote: "'",