Actions
Bug #2599
closedshell/command-processor.rb に typo
Bug #2599:
shell/command-processor.rb に typo
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.2dev (2009-12-06 trunk 26025) [i686-linux]
Backport:
Description
=begin
shell/command-processor.rb に typo があるようです。
--- lib/shell/command-processor.rb (revision 26303)
+++ lib/shell/command-processor.rb (working copy)
@@ -520,7 +520,7 @@
id = id.intern if id.kind_of?(String)
name = id.id2name
if Shell.method_defined?(id)
@@ -536,7 +536,7 @@
end], FILE, LINE)
=end
Files
Updated by naruse (Yui NARUSE) over 16 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
This issue was solved with changeset r26309.
Sho, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
Actions