Project

General

Profile

Actions

Bug #2599

closed

shell/command-processor.rb に typo

Bug #2599: shell/command-processor.rb に typo

Added by sho-h (Sho Hashimoto) almost 16 years ago. Updated over 14 years ago.

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)

  •  Shell.notify "warn: override definnition of Shell##{name}." 
  •  Shell.notify "warn: override definition of Shell##{name}." Shell.notify "warn: alias Shell##{name} to Shell##{name}_org.\n" Shell.module_eval "alias #{name}_org #{name}" end 

@@ -536,7 +536,7 @@
end], FILE, LINE)

 if Shell::Filter.method_defined?(id) 
  •  Shell.notify "warn: override definnition of Shell::Filter##{name}." 
  •  Shell.notify "warn: override definition of Shell::Filter##{name}." Shell.notify "warn: alias Shell##{name} to Shell::Filter##{name}_org." Filter.module_eval "alias #{name}_org #{name}" end 

=end


Files

fix_typo.patch (974 Bytes) fix_typo.patch sho-h (Sho Hashimoto), 01/12/2010 10:30 PM

Updated by naruse (Yui NARUSE) almost 16 years ago Actions #1

  • 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

Also available in: PDF Atom