Skip to content

Instantly share code, notes, and snippets.

@kusold
Created June 7, 2012 16:09
Show Gist options
  • Select an option

  • Save kusold/2889701 to your computer and use it in GitHub Desktop.

Select an option

Save kusold/2889701 to your computer and use it in GitHub Desktop.

Revisions

  1. kusold created this gist Jun 7, 2012.
    9 changes: 9 additions & 0 deletions seniorcrawl.rb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    def seniorcrawl
    if isGraduating?
    drink = 0
    while(!passedOut)
    drink++
    end
    takeMeHome
    end
    end