Skip to content

Instantly share code, notes, and snippets.

@hackjoy
Created August 18, 2014 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hackjoy/584cecc2450207201ea3 to your computer and use it in GitHub Desktop.
Save hackjoy/584cecc2450207201ea3 to your computer and use it in GitHub Desktop.
bottles_lib_6.rb
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