Created
August 20, 2012 19:05
-
-
Save jferris/3406765 to your computer and use it in GitHub Desktop.
Example Class Comment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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