Method: Tilt::StringTemplate#precompiled

Defined in:
lib/tilt/string.rb

#precompiled(locals) ⇒ Object



16
17
18
19
# File 'lib/tilt/string.rb', line 16

def precompiled(locals)
  source, offset = super
  [source, offset + 1]
end