Skip to content

Instantly share code, notes, and snippets.

@jferris
Created August 20, 2012 19:05
Show Gist options
  • Select an option

  • Save jferris/3406765 to your computer and use it in GitHub Desktop.

Select an option

Save jferris/3406765 to your computer and use it in GitHub Desktop.
Example Class Comment
# This class does something simple enough that I can describe in one sentence.
#
# Sometimes you may want to elaborate a little bit in one or two more sentences.
#
# Example:
# BroomStick.new.quiddich_and_golden_snitches
class BroomStick
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment