diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-08-24 07:16:25 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-08-24 07:16:25 +0000 |
commit | 2afed6eceff2951b949db7ded8167a75b431bad6 (patch) | |
tree | 95e5ed7e838a7a4efed49dd461ec7fd669129efd /lib/irb/ext/loader.rb | |
parent | a3a6c6965676f41713b384b9d74586a7455e6558 (diff) |
* lib/e2mmap.rb: remove needless instance variables.
* lib/irb.rb: ditto.
* lib/irb/**/*.rb: ditto.
* lib/shell.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47266 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/irb/ext/loader.rb')
-rw-r--r-- | lib/irb/ext/loader.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/irb/ext/loader.rb b/lib/irb/ext/loader.rb index 054ce6b0d1..821538cd44 100644 --- a/lib/irb/ext/loader.rb +++ b/lib/irb/ext/loader.rb @@ -18,7 +18,6 @@ module IRB # :nodoc: # # See ExtendCommandBundle for more information. module IrbLoader - @RCS_ID='-$Id$-' alias ruby_load load alias ruby_require require |