From ee074d4b6c9dd8615963e06b905610e7eba3d23f Mon Sep 17 00:00:00 2001 From: zzak Date: Tue, 5 Feb 2013 21:06:14 +0000 Subject: [PATCH] Missed comment from r39079 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39081 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rubygems/compatibility.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rubygems/compatibility.rb b/lib/rubygems/compatibility.rb index 810b88b57b..87d5672dd4 100644 --- a/lib/rubygems/compatibility.rb +++ b/lib/rubygems/compatibility.rb @@ -4,7 +4,7 @@ # This file contains all sorts of little compatibility hacks that we've # had to introduce over the years. Quarantining them into one file helps # us know when we can get rid of them. - +# # Ruby 1.9.x has introduced some things that are awkward, and we need to # support them, so we define some constants to use later. #++