class INotify::Notifier

def run

Other tags:
    See: #process -
def run
  @stop = false
  process until @stop
end