Skip to content

Commit

Permalink
Merge pull request #3 from refiito/master
Browse files Browse the repository at this point in the history
30-pack support
  • Loading branch information
Otto Hilska committed Sep 21, 2012
2 parents 98b3e0a + c4c6439 commit 261acf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions beers.rb
Expand Up @@ -22,6 +22,8 @@ def pack
print_pack(2, 6)
elsif self == 24
print_pack(4, 6)
elsif self == 30
print_pack(5, 6)
else
raise BeerError.new
end
Expand Down

0 comments on commit 261acf7

Please sign in to comment.