Hash
# File test-unit-3.3.7/lib/test/unit/attribute.rb, line 6 def stringify(object) object.to_s end
# File test-unit-3.3.7/lib/test/unit/attribute.rb, line 15 def [](key) super(self.class.stringify(key)) end
# File test-unit-3.3.7/lib/test/unit/attribute.rb, line 19 def []=(key, value) super(self.class.stringify(key), value) end
# File test-unit-3.3.7/lib/test/unit/attribute.rb, line 11 def key?(key) super(self.class.stringify(key)) end
This page was generated for Ruby 3.0.2
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.42.0.