mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/irb] Update remark of self.install_extend_commands.
Create line https://github.com/ruby/irb/commit/64d6a461d5
This commit is contained in:
parent
2f6a263787
commit
d880322243
1 changed files with 5 additions and 0 deletions
|
@ -162,6 +162,11 @@ module IRB # :nodoc:
|
|||
# +irb_fg+:: JobManager#switch
|
||||
# +irb_kill+:: JobManager#kill
|
||||
# +irb_help+:: IRB@Command+line+options
|
||||
# +irb_info+:: #inspect
|
||||
# +irb_ls+:: Output#dump
|
||||
# +irb_measure+:: IRB::unset_measure_callback
|
||||
# +irb_show_source+:: #find_source, #show_source
|
||||
# +irb_whereami+:: Workspace#code_around_binding
|
||||
def self.install_extend_commands
|
||||
for args in @EXTEND_COMMANDS
|
||||
def_extend_command(*args)
|
||||
|
|
Loading…
Reference in a new issue