From d3900f8cd968f62208f459af5557e191445e6035 Mon Sep 17 00:00:00 2001 From: eban Date: Thu, 22 Jan 2004 09:37:24 +0000 Subject: * lib/e2mmap.rb (VERSION): remove unnecessary version checking. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/e2mmap.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/e2mmap.rb b/lib/e2mmap.rb index 3e2604af5..00d4f83eb 100644 --- a/lib/e2mmap.rb +++ b/lib/e2mmap.rb @@ -48,8 +48,6 @@ # Foo.Fail ExistingExceptionClass, arg... # # -fail "Use Ruby 1.1" if VERSION < "1.1" - module Exception2MessageMapper @RCS_ID='-$Id: e2mmap.rb,v 1.10 1999/02/17 12:33:17 keiju Exp keiju $-' -- cgit