Something like this ``` def before(*args, &block) hooks.register(:append, :before, *args, &block) end ```