# File lib/erubis/tiny.rb, line 19
    def initialize(input=nil)
      @src = convert(input) if input
    end