# File lib/confstruct/hash_with_struct_access.rb, line 85
    def values
      keys.collect { |k| self[k] }
    end