lib/byebug/commands/show.rb in byebug-3.1.2 vs lib/byebug/commands/show.rb in byebug-3.2.0
- old
+ new
@@ -1,8 +1,6 @@
module Byebug
-
- # Implements byebug "show" command.
class ShowCommand < Command
self.allow_in_control = true
def regexp
/^\s* show (?:\s+(?<setting>\w+))? \s*$/x
@@ -41,7 +39,6 @@
description + Setting.format()
end
end
end
-
end