module RSpec::Core::HashImitatable::ClassMethods
@private
Public Instance Methods
attr_accessor(*names)
click to toggle source
Calls superclass method
# File lib/rspec/core/metadata.rb, line 440 def attr_accessor(*names) hash_attribute_names.concat(names) super end
hash_attribute_names()
click to toggle source
# File lib/rspec/core/metadata.rb, line 436 def hash_attribute_names @hash_attribute_names ||= [] end