lib/byebug/context.rb in byebug-8.2.1 vs lib/byebug/context.rb in byebug-8.2.2
- old
+ new
@@ -76,11 +76,11 @@
#
def stack_size
return 0 unless backtrace
backtrace.drop_while { |l| ignored_file?(l.first.path) }
- .take_while { |l| !ignored_file?(l.first.path) }
- .size
+ .take_while { |l| !ignored_file?(l.first.path) }
+ .size
end
def interrupt
step_into 1
end