Get rid of some unnecessary Haml::Plugin methods.

This commit is contained in:
Nathan Weizenbaum 2008-04-18 08:40:41 -07:00
parent 9bf6cfe72a
commit 4ca79f14b4
1 changed files with 0 additions and 12 deletions

View File

@ -10,14 +10,6 @@ module Haml
1
end
def compilable?
true
end
def line_offset
self.class.line_offset
end
def compile(source)
options = Haml::Template.options.dup
@ -32,10 +24,6 @@ module Haml
eval("_hamlout.buffer", block.binding)
end
end
def read_template_file(template_path, extension)
File.read(template_path)
end
end
end