Created
August 18, 2014 21:14
-
-
Save hackjoy/584cecc2450207201ea3 to your computer and use it in GitHub Desktop.
bottles_lib_6.rb
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
class Bottles | |
# ... verse() & verses() methods not shown for brevity ... | |
def song | |
verses(99,0) | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment