We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d864520 commit badd6dfCopy full SHA for badd6df
ruby/irbrc.symlink
@@ -91,7 +91,7 @@ module IRB
91
92
class Up < DebugCommand
93
def execute(arg)
94
- execute_debug_command(do_cmds: "up #{arg}")
+ execute_debug_command(pre_cmds: "up #{arg}")
95
end
96
97
0 commit comments