Actions
Feature #2442
closed[irb] interactive help
    Feature #2442:
    [irb] interactive help
  
Description
=begin
なかだです。
riのinteractive modeをirbから使えるようにするというのはどうでしょ
うか。
Index: lib/irb/cmd/help.rb¶
--- lib/irb/cmd/help.rb	(revision 25998)
+++ lib/irb/cmd/help.rb	(working copy)
@@ -22,4 +22,8 @@ module IRB
else
def execute(*names)
- 
if names.empty? - 
Ri.interactive - 
return - 
end names.each do |name| begin 
--
--- 僕の前にBugはない。
--- 僕の後ろにBugはできる。
中田 伸悦
=end
        
          
          Updated by nobu (Nobuyoshi Nakada) almost 16 years ago
          
          
        
        
      
      - Category set to lib
 - Assignee set to keiju (Keiju Ishitsuka)
 - Priority changed from 3 to Normal
 - Target version set to 1.9.2
 
=begin
=end
        
          
          Updated by keiju (Keiju Ishitsuka) over 15 years ago
          
          
        
        
      
      =begin
なかださん
中田さんにコミットお願いしてよろしいですか?
=end
        
          
          Updated by znz (Kazuhiro NISHIYAMA) over 15 years ago
          
          
        
        
      
      - Status changed from Open to Assigned
 - Assignee changed from keiju (Keiju Ishitsuka) to nobu (Nobuyoshi Nakada)
 - Start date set to 12/05/2009
 
=begin
=end
        
          
          Updated by nobu (Nobuyoshi Nakada) over 15 years ago
          
          
        
        
      
      - Status changed from Assigned to Closed
 - % Done changed from 0 to 100
 
=begin
This issue was solved with changeset r27254.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
Actions