diff options
Diffstat (limited to 'lib/irb/command/step.rb')
-rw-r--r-- | lib/irb/command/step.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb/command/step.rb b/lib/irb/command/step.rb index 5149813029..29e5e35ac0 100644 --- a/lib/irb/command/step.rb +++ b/lib/irb/command/step.rb @@ -8,7 +8,7 @@ module IRB module Command class Step < DebugCommand def execute(arg) - execute_debug_command(do_cmds: "step #{arg}".rstrip) + execute_debug_command(do_cmds: "step #{arg}") end end end |