lib/byebug/commands/finish.rb in byebug-3.1.2 vs lib/byebug/commands/finish.rb in byebug-3.2.0
- old
+ new
@@ -1,7 +1,5 @@
module Byebug
-
- # Implements byebug's 'finish' command.
class FinishCommand < Command
self.allow_in_post_mortem = false
def regexp
/^\s* fin(?:ish)? (?:\s+(\S+))? \s*$/x