class Erubis::TinyEruby

def initialize(input=nil)

def initialize(input=nil)
  @src = convert(input) if input
end