1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Remove unnecessary lines

This commit is contained in:
Takashi Kokubun 2015-03-16 06:37:54 +09:00
parent 93f1ec6f63
commit 73b52fd71a
2 changed files with 1 additions and 7 deletions

View file

@ -1,6 +1,3 @@
require 'hamlit/engine'
require 'hamlit/template'
require 'hamlit/version'
module Hamlit
end

View file

@ -5,10 +5,7 @@ require 'hamlit/parser'
module Hamlit
class Engine < Temple::Engine
define_options(
generator: Temple::Generators::ArrayBuffer,
escape_html: false,
)
define_options generator: Temple::Generators::ArrayBuffer
use Parser
use ScriptCompiler