lib/pennyworth/serializers/encoding.rb in pennyworth-17.3.0 vs lib/pennyworth/serializers/encoding.rb in pennyworth-17.4.0
- old
+ new
@@ -1,9 +1,9 @@
# frozen_string_literal: true
module Pennyworth
module Serializers
- # Serializes a encoding into a compatible format for parsing within Alfred script filters.
+ # Serializes an encoding presenter for parsing by Alfred script filters.
class Encoding
using Refinements::Array
def initialize presenter
@presenter = presenter