Skip to content

Commit 64d6a46

Browse files
kaiquekandykogahsbt
authored andcommitted
Update remark of self.install_extend_commands.
Create line
1 parent e58a3c1 commit 64d6a46

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/irb/extend-command.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,11 @@ def irb_context
162162
# +irb_fg+:: JobManager#switch
163163
# +irb_kill+:: JobManager#kill
164164
# +irb_help+:: IRB@Command+line+options
165+
# +irb_info+:: #inspect
166+
# +irb_ls+:: Output#dump
167+
# +irb_measure+:: IRB::unset_measure_callback
168+
# +irb_show_source+:: #find_source, #show_source
169+
# +irb_whereami+:: Workspace#code_around_binding
165170
def self.install_extend_commands
166171
for args in @EXTEND_COMMANDS
167172
def_extend_command(*args)

0 commit comments

Comments
 (0)