mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
9 lines
151 B
Ruby
9 lines
151 B
Ruby
![]() |
require 'hamlit/compilers/preserve'
|
||
|
require 'hamlit/filter'
|
||
|
|
||
|
module Hamlit
|
||
|
class Compiler < Hamlit::Filter
|
||
|
include Compilers::Preserve
|
||
|
end
|
||
|
end
|