Project

General

Profile

Actions

Bug #1190

closed

irb's "help" command errs in 1.9

Added by rogerdpack (Roger Pack) about 15 years ago. Updated almost 13 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 1.9.1p0 (2009-01-30 revision 21907) [i386-mingw32]
Backport:
[ruby-core:22310]

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

Actions #1

Updated by rogerdpack (Roger Pack) almost 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()

--

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

Actions #2

Updated by yugui (Yuki Sonoda) over 14 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

Actions #3

Updated by keiju (Keiju Ishitsuka) over 14 years ago

  • Status changed from Assigned to Closed

=begin

=end

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0