# File lib/hashery/property_hash.rb, line 64
    def self.property(key, opts={})
      properties[key] = opts[:default]
    end