lib/pennyworth/presenters/standard_error.rb in pennyworth-17.3.0 vs lib/pennyworth/presenters/standard_error.rb in pennyworth-17.4.0
- old
+ new
@@ -2,10 +2,10 @@
require "refinements/array"
module Pennyworth
module Presenters
- # Renders a standard error into a compatible format for use in Alfred script filters.
+ # Shapes a standard error record for serialization.
class StandardError
using Refinements::Array
def initialize record
@record = record