class Tilt::Template

def precompiled_template(local_keys)

compilation.
support, custom scopes, proper encoding, and support for template
the base Template guarantees correct file/line handling, locals
method or the #precompiled method be overridden. When defined,
default Template#evaluate implementation requires either this
A string containing the (Ruby) source code for the template. The
def precompiled_template(local_keys)
  raise NotImplementedError
end