module RSpec::Core::HashImitatable

Mixin that makes the including class imitate a hash for backwards compatibility. The including class should use ‘attr_accessor` to declare attributes. @private