Sha256: 0981afa1fbbe1ba0d474d6f1005d24fd9fabc68329687d11d441cabc9058b7dc

Contents?: true

Size: 164 Bytes

Versions: 26

Compression:

Stored size: 164 Bytes

Contents

# frozen_string_literal: true

module Pennyworth
  module Models
    # Defines an encoding.
    Encoding = Struct.new :name, :aliases, keyword_init: true
  end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
pennyworth-11.1.3 lib/pennyworth/models/encoding.rb
pennyworth-11.1.2 lib/pennyworth/models/encoding.rb
pennyworth-11.1.1 lib/pennyworth/models/encoding.rb
pennyworth-11.1.0 lib/pennyworth/models/encoding.rb
pennyworth-11.0.1 lib/pennyworth/models/encoding.rb
pennyworth-11.0.0 lib/pennyworth/models/encoding.rb