global

def before(target)

:nodoc:
def before(target)
  hook_state = target.send(:hook_state)
  hook_state[hook] = hook.run
end