lib/pennyworth/presenters/system/error.rb in pennyworth-17.3.0 vs lib/pennyworth/presenters/system/error.rb in pennyworth-17.4.0

- old
+ new

@@ -3,10 +3,10 @@ require "forwardable" module Pennyworth module Presenters module System - # Renders system error into a compatible format for use in Alfred script filters. + # Shapes a system error record for serialization. class Error extend Forwardable delegate %i[id description] => :record