Skip to content

Instantly share code, notes, and snippets.

@hjkp
Created December 16, 2008 00:04
Show Gist options
  • Save hjkp/36183 to your computer and use it in GitHub Desktop.
Save hjkp/36183 to your computer and use it in GitHub Desktop.
class Chef
class Hook
class BenIsNuts << Chef::Hook
before :benhook
def benhook
... eat it ...
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment