From: nobu.nokada@... Date: 2004-02-06T19:55:40+09:00 Subject: Re: Is 1.8.2 imminent? And detecting Rubyx version Hi, At Fri, 6 Feb 2004 19:42:54 +0900, Andrew Walrond wrote in [ruby-talk:91690]: > Thanks! My implementation seems messy though. Can anybody think of how to > clean it up? > > > #Need ruby 1.8.1 stable snapshot >= 2004-01-14 case RUBY_VERSION <=> "1.8.1" when 1 then true when 0 then RUBY_RELEASE_DATE >= "2004-01-14" end or raise "Need ruby 1.8.1 stable snapshot >= 2004-01-14" -- Nobu Nakada