Bug #1190
closedirb's "help" command errs in 1.9
Description
=begin
irb(main):001:0> RUBY_DESCRIPTION
=> "ruby 1.9.1p0 (2009-01-30 revision 21907) [i386-mingw32]"
irb(main):002:0> help "String#chars"
NameError: undefined method execute' for module
IRB::ExtendCommand::Help'
from (eval):4:in instance_method' from (eval):4:in
irb_help'
from (irb):2
from C:/wxruby/bin/irb.bat:20:in `'
Thanks!
=end
Updated by rogerdpack (Roger Pack) over 15 years ago
=begin
It may be related to not having the rdoc installed (though perhaps not).
irb(main):002:0> help Hash#key?
No ri documentation found in:
Was rdoc run to create documentation?
Note to developer: requested section(s) [Installing Documentation] not found
irb/workspace-binding.rb -
$Release Version: 0.9.5$
$Revision$
$Date$
by Keiju ISHITSUKA(keiju@ruby-lang.org)
--
NoMethodError: undefined method execute' for IRB::ExtendCommand::Help:Module from (eval):3:in
irb_help'
from (eval):9:in send' from (eval):9:in
help'
from (irb):2
irb(main):003:0> RUBY_VERSION
=> "1.8.6"
=end
Updated by yugui (Yuki Sonoda) over 15 years ago
- Category set to lib
- Status changed from Open to Assigned
- Assignee set to keiju (Keiju Ishitsuka)
- Priority changed from Normal to 5
- Target version set to 1.9.2
=begin
=end
Updated by keiju (Keiju Ishitsuka) over 15 years ago
- Status changed from Assigned to Closed
=begin
=end