class RbSys::Mkmf::Config

def method_missing(name, *args, &blk)

def method_missing(name, *args, &blk)
  @builder.send(name, *args, &blk)
end