module Newgem

def erb(file, b)

def erb(file, b)
   QuickTemplate.new(file).exec(b)
end