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

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

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