Mixin that makes the including class imitate a hash for backwards compatibility. The including class should use `attr_accessor` to declare attributes. @private
# File lib/rspec/core/metadata.rb, line 318 def [](key) issue_deprecation(:[], key) if directly_supports_attribute?(key) get_value(key) else extra_hash_attributes[key] end end
Generated with the Darkfish Rdoc Generator 2.