Skip to content

Instantly share code, notes, and snippets.

@seth
Created July 12, 2010 19:23
Show Gist options
  • Save seth/472938 to your computer and use it in GitHub Desktop.
Save seth/472938 to your computer and use it in GitHub Desktop.
module ExampleHelpers
def do_something_great(x)
x + 1
end
end
class Chef::Resource
include ExampleHelpers
end
class Chef::Recipe
include ExampleHelpers
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment