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