lib/byebug/commands/catchpoint.rb in byebug-1.4.1 vs lib/byebug/commands/catchpoint.rb in byebug-1.4.2
- old
+ new
@@ -37,16 +37,14 @@
def names
%w(catch)
end
def description
- %{
- cat[ch]\t\tsame as "info catch"
+ %{cat[ch]\t\tsame as "info catch"
cat[ch] <exception-name> [on|off]
\tIntercept <exception-name> when there would otherwise be no handler.
\tWith an "on" or "off", turn handling the exception on or off.
- cat[ch] off\tdelete all catchpoints
- }
+ cat[ch] off\tdelete all catchpoints}
end
end
end
end