lib/byebug/commands/catchpoint.rb in byebug-0.0.1 vs lib/byebug/commands/catchpoint.rb in byebug-1.0.0

- old
+ new

@@ -1,7 +1,7 @@ module Byebug - class CatchCommand < Command # :nodoc: + class CatchCommand < Command self.allow_in_control = true def regexp /^\s* cat(?:ch)? (?:\s+ (\S+))?