Sha256: e893f985034507873083f1f46ed013b8528a38f2b2bfd435f152e756eaacd647
Contents?: true
Size: 238 Bytes
Versions: 62
Compression:
Stored size: 238 Bytes
Contents
# encoding: utf-8 # frozen_string_literal: true require 'mail/encodings/identity' module Mail module Encodings class Binary < Identity NAME = 'binary' PRIORITY = 5 Encodings.register(NAME, self) end end end
Version data entries
62 entries across 48 versions & 12 rubygems