module TP2::RackAdapter

def load(path)

def load(path)
  src = IO.read(path)
  instance_eval(src, path, 1)
end