зеркало из https://github.com/github/ruby.git
[ruby/irb] Pass RI options to help
https://github.com/ruby/irb/commit/9b98d1afab
This commit is contained in:
Родитель
97a569c648
Коммит
be5159c2f8
|
@ -17,7 +17,8 @@ module IRB
|
|||
class Help < Nop
|
||||
def execute(*names)
|
||||
require 'rdoc/ri/driver'
|
||||
IRB::ExtendCommand::Help.const_set(:Ri, RDoc::RI::Driver.new)
|
||||
opts = RDoc::RI::Driver.process_args([])
|
||||
IRB::ExtendCommand::Help.const_set(:Ri, RDoc::RI::Driver.new(opts))
|
||||
rescue LoadError, SystemExit
|
||||
IRB::ExtendCommand::Help.remove_method(:execute)
|
||||
# raise NoMethodError in ensure
|
||||
|
|
Загрузка…
Ссылка в новой задаче