class EventMachine::ProcessWatch

def pid

Returns the pid that EventMachine::watch_process was originally called with.
def pid
  @pid
end