Ruby Sucks

Ruby cares nothing about backwards compatibility.
This code on lenny:
irb(main):012:0> tmpFile = Tempfile.new('_archive_')
=> #
irb(main):013:0> tmpFile.close(true)
=> nil
irb(main):014:0> tmpFile.path
=> nil

Used to do this on sarge:
irb(main):012:0> tmpFile = Tempfile.new('_archive_')
=> #
irb(main):013:0> tmpFile.close(true)
=> nil
irb(main):014:0> tmpFile.path
=> "/tmp/_archive_20090319-12089-1dphb46-0"


And sadly there are many other such examples.

One Response to “Ruby Sucks”

  1. LESLIE says:

    Pillspot.org. Canadian Health&Care.Special Internet Prices.No prescription online pharmacy.Pillspot.org. Herbal-supplements@buy.online” rel=”nofollow”>.…

    Categories: Eye Care.Weight Loss.Vitamins/Herbal Supplements.Blood Pressure/Heart.Antiviral.Skin Care.Pain Relief.Antibiotics.Stop SmokingAntidiabetic.Womens Health.Anti-allergic/Asthma.Stomach.Antidepressants.Mental HealthAnxiety/Sleep Aid.Mens H…

Leave a Reply

You must be logged in to post a comment.