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