Erubis template implementation. See: www.kuwata-lab.com/erubis/
# File lib/sinatra/tilt.rb, line 403 403: def initialize_engine 404: return if defined? ::Erubis 405: require_template_library 'erubis' 406: end
# File lib/sinatra/tilt.rb, line 425 425: def precompiled(locals) 426: source, offset = super 427: [source, offset - 1] 428: end
# File lib/sinatra/tilt.rb, line 418 418: def precompiled_postamble(locals) 419: ["_buf", super].join("\n") 420: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.