Skip to content

Instantly share code, notes, and snippets.

@wrburgess
Created April 21, 2012 23:37
Show Gist options
  • Select an option

  • Save wrburgess/2440276 to your computer and use it in GitHub Desktop.

Select an option

Save wrburgess/2440276 to your computer and use it in GitHub Desktop.
Ruby Notes

Modules

Modules in ruby are similar to classes, except:

  • A module can have no instances.
  • A module can have no subclasses.
  • A module is defined by module ... end.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment