Sha256: 911b042011cdd86a18614424adefdf1009b5954a9933a8fd0fd7853467256d63
Contents?: true
Size: 335 Bytes
Versions: 17
Compression:
Stored size: 335 Bytes
Contents
# frozen_string_literal: true require "action_mailbox/mail_with_error_handling" # 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
17 entries across 17 versions & 2 rubygems