lib/byebug/context.rb in byebug-1.4.2 vs lib/byebug/context.rb in byebug-1.5.0

- old
+ new

@@ -49,8 +49,7 @@ end def at_line(file, line) handler.at_line(self, file, line) unless IGNORED_FILES.include?(file) end - end end