module Hpricot::Builder

def build(*a, &b)

def build(*a, &b)
  Hpricot.build(*a, &b)
end