aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb.rb
diff options
context:
space:
mode:
authorkeiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-07-06 11:09:38 +0000
committerkeiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-07-06 11:09:38 +0000
commit7756f1df188b8a8ef7182d66d0a2f94df27fabe9 (patch)
tree7dad39fe125b8ca0641a5c23ff1a02f9d80eb1b7 /lib/irb.rb
parent616f4d33856a539e89aadfbf75ebb17acc7781da (diff)
downloadruby-7756f1df188b8a8ef7182d66d0a2f94df27fabe9.tar.gz
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@12717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/irb.rb')
-rw-r--r--lib/irb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb.rb b/lib/irb.rb
index 1fb4397e68..4c7a56da0d 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)