# File rmail/address.rb, line 56 def local=(l) raise ArgumentError unless l.nil? || l.kind_of?(String) @local = l end