At a mere $249.99 a litre (plus shipping), it's a steal! Get yours now. Available only while supplies last.
TrackBacks[0]
Comments[3]
Posted by lasse on July 9, 2006 4:51:07 PM EEST
It seems that there's some problem with accessing the ingredients...
irb(main):009:0> drink = Drink.new
=> #<Drink:0xb7d0727c>
irb(main):010:0> drink.contents.each {|c| puts c }
RuntimeError: The ingredients are a trade secret
from (irb):6:in `each'
from (irb):10
from :0
irb(main):011:0>
Comment from Lasse on July 10, 2006 9:44:58 AM EEST
raise LaughingOutLoud.new("Thanks for cheering up my day ;)")
Comment from Jan Wikholm on July 10, 2006 9:57:23 AM EEST
TrackBack to http://radio.javaranch.com/lasse/addTrackBack.action?entry=1152453067978








drink.contents.each {|c| puts c }, please ;)