aboutsummaryrefslogtreecommitdiffstats
path: root/lib/e2mmap.rb
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-22 09:37:24 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-22 09:37:24 +0000
commite06502f3a4db56cd922167fc9217a2808b395b7b (patch)
tree800e5e75fcf56338640e495631d87d086cdd803f /lib/e2mmap.rb
parent225cd9f109ee4918d00c1b57f8e77b82c1321202 (diff)
downloadruby-e06502f3a4db56cd922167fc9217a2808b395b7b.tar.gz
* lib/e2mmap.rb (VERSION): remove unnecessary version checking.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/e2mmap.rb')
-rw-r--r--lib/e2mmap.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/e2mmap.rb b/lib/e2mmap.rb
index 3e2604af5d..00d4f83eb8 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 $-'