Skip to content

Instantly share code, notes, and snippets.

@oliverswitzer
Created February 24, 2014 18:42
Show Gist options
  • Save oliverswitzer/9194289 to your computer and use it in GitHub Desktop.
Save oliverswitzer/9194289 to your computer and use it in GitHub Desktop.
An example of a module!
module MyModule
def first_module_method
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment