lib/pennyworth/presenters/standard_error.rb in pennyworth-15.4.1 vs lib/pennyworth/presenters/standard_error.rb in pennyworth-16.0.0
- old
+ new
@@ -1,13 +1,13 @@
# frozen_string_literal: true
-require "refinements/arrays"
+require "refinements/array"
module Pennyworth
module Presenters
# Renders a standard error into a compatible format for use in Alfred script filters.
class StandardError
- using Refinements::Arrays
+ using Refinements::Array
def initialize record
@record = record
end