Hash
# File test-unit-3.3.4/lib/test/unit/attribute.rb, line 6 def stringify(object) object.to_s end
# File test-unit-3.3.4/lib/test/unit/attribute.rb, line 15 def [](key) super(self.class.stringify(key)) end
# File test-unit-3.3.4/lib/test/unit/attribute.rb, line 19 def []=(key, value) super(self.class.stringify(key), value) end
# File test-unit-3.3.4/lib/test/unit/attribute.rb, line 11 def key?(key) super(self.class.stringify(key)) end
This page was generated for Ruby 2.7.5
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.42.0.