We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58a3c1 commit 64d6a46Copy full SHA for 64d6a46
lib/irb/extend-command.rb
@@ -162,6 +162,11 @@ def irb_context
162
# +irb_fg+:: JobManager#switch
163
# +irb_kill+:: JobManager#kill
164
# +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
170
def self.install_extend_commands
171
for args in @EXTEND_COMMANDS
172
def_extend_command(*args)
0 commit comments