diff options
Diffstat (limited to 'lib/irb/command/backtrace.rb')
-rw-r--r-- | lib/irb/command/backtrace.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb/command/backtrace.rb b/lib/irb/command/backtrace.rb index 610f9ee22c..687bb075ac 100644 --- a/lib/irb/command/backtrace.rb +++ b/lib/irb/command/backtrace.rb @@ -8,7 +8,7 @@ module IRB module Command class Backtrace < DebugCommand def execute(arg) - execute_debug_command(pre_cmds: "backtrace #{arg}".rstrip) + execute_debug_command(pre_cmds: "backtrace #{arg}") end end end |