Sha256: cb66bd67978bdab28e8d7066973898a8364c165c837189eef679687c40185953
Contents?: true
Size: 300 Bytes
Versions: 130
Compression:
Stored size: 300 Bytes
Contents
# frozen_string_literal: true require "mail" # The hope is to upstream most of these basic additions to the Mail gem's Mail object. But until then, here they lay! Dir["#{File.expand_path(File.dirname(__FILE__))}/mail_ext/*"].each { |path| require "action_mailbox/mail_ext/#{File.basename(path)}" }
Version data entries
130 entries across 127 versions & 11 rubygems