diff options
Diffstat (limited to 'lib/zorglub/engines/file.rb')
-rw-r--r-- | lib/zorglub/engines/file.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/zorglub/engines/file.rb b/lib/zorglub/engines/file.rb index 75f6f30..dbf579d 100644 --- a/lib/zorglub/engines/file.rb +++ b/lib/zorglub/engines/file.rb @@ -1,8 +1,8 @@ # -*- coding: UTF-8 -*- -# + require 'haml/util' require 'haml/engine' -# + module Zorglub module Engines module File @@ -14,5 +14,5 @@ module Zorglub end end end -# + # EOF |