Remove unneeded RuboCop comment.
This commit is contained in:
parent
fac11c2f16
commit
ad82cd888e
@ -119,7 +119,7 @@ module Debrew
|
|||||||
if e.is_a?(Ignorable)
|
if e.is_a?(Ignorable)
|
||||||
menu.choice(:irb) do
|
menu.choice(:irb) do
|
||||||
puts "When you exit this IRB session, execution will continue."
|
puts "When you exit this IRB session, execution will continue."
|
||||||
set_trace_func proc { |event, _, _, id, binding, klass| # rubocop:disable Metrics/ParameterLists
|
set_trace_func proc { |event, _, _, id, binding, klass|
|
||||||
if klass == Raise && id == :raise && event == "return"
|
if klass == Raise && id == :raise && event == "return"
|
||||||
set_trace_func(nil)
|
set_trace_func(nil)
|
||||||
synchronize { IRB.start_within(binding) }
|
synchronize { IRB.start_within(binding) }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user