# File lib/street_address.rb, line 804
      def state_name
        name = StreetAddress::US::STATE_NAMES[state] and name.capitalize
      end