RubyEmail/lib/ruby_email/rfc1123/string.rb

6 lines
85 B
Ruby

require_relative '../rfc1123'
class String
include RubyEmail::Rfc1123::String
end