diff options
| author | keiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-07-06 11:09:38 +0000 |
|---|---|---|
| committer | keiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-07-06 11:09:38 +0000 |
| commit | e02c232c128f64bc7c3514551312b67c82aa4e8a (patch) | |
| tree | 7dad39fe125b8ca0641a5c23ff1a02f9d80eb1b7 /lib/irb.rb | |
| parent | 1a1800b7b8c5d1213c8d05e80436b0978753286c (diff) | |
| download | ruby-e02c232c128f64bc7c3514551312b67c82aa4e8a.tar.gz ruby-e02c232c128f64bc7c3514551312b67c82aa4e8a.tar.xz ruby-e02c232c128f64bc7c3514551312b67c82aa4e8a.zip | |
* lib/irb.rb: typo. Thanks, Giles Bowkett.
* lib/irb/completion.rb: support Ruby1.9 changing return value
String to Symbol for Object#methods, etc. [ruby-dev:31148].
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/irb.rb')
| -rw-r--r-- | lib/irb.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb.rb b/lib/irb.rb index 1fb4397e6..4c7a56da0 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -85,7 +85,7 @@ module IRB end # - # irb interpriter main routine + # irb interpreter main routine # class Irb def initialize(workspace = nil, input_method = nil, output_method = nil) |
