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