class ERB

def run(b=new_toplevel)

Generate results and print them. (see ERB#result)
def run(b=new_toplevel)
  print self.result(b)
end