# File lib/street_address.rb, line 760
      def initialize(args)
        args.keys.each { |attrib| self.send("#{attrib}=", args[attrib]) }
      end