class Erubis::Engine

def convert!(input)

#
# convert input string and set it to @src
#
def convert!(input)
  @src = convert(input)
end