class Tilt::ERBTemplate

def precompiled(locals)

source in 1.9. Account for this in the line offset.
ERB generates a line to specify the character coding of the generated
def precompiled(locals)
  source, offset = super
  [source, offset + 1]
end