class Tilt::HamlTemplate

def precompiled_template(locals)

http://github.com/nex3/haml/blob/master/lib/haml/precompiler.rb#L111-126
method in Haml::Precompiler:
Precompiled Haml source. Taken from the precompiled_with_ambles
def precompiled_template(locals)
  @engine.precompiled
end