diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-12-08 07:19:09 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-12-08 07:19:09 +0000 |
| commit | 79d365691b4ae1ebfd7b0a93a0ee481c0ccbfb89 (patch) | |
| tree | dc11e68e4128f5d250d88f1ef70c8bd68ef1e166 /lib/rubygems/platform.rb | |
| parent | b4164d8d6496f74dc78c10837a55b4eb79eab555 (diff) | |
* lib/rubygems: update to 1.3.5.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@26049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rubygems/platform.rb')
| -rw-r--r-- | lib/rubygems/platform.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/platform.rb b/lib/rubygems/platform.rb index bfa8fca0f..f5410cf4f 100644 --- a/lib/rubygems/platform.rb +++ b/lib/rubygems/platform.rb @@ -103,7 +103,7 @@ class Gem::Platform def to_s to_a.compact.join '-' end - + def empty? to_s.empty? end |
