# File lib/erubis/enhancer.rb, line 603 def convert(input) source = super return @src = "#{@header}#{source}#{@footer}" end