# File lib/openshift-origin-node/plugins/unix_user_observer.rb, line 12
    def update(*args)
      method = args.first
      args = args.drop(1)
      send(method, *args)
    end