Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/eco/api/common/version_patches/ruby3/object.rb
Instance Method Summary collapse
-
#inspect ⇒ Object
From ruby3
NameError
prints the internals of the object as well as subobjects which is really unnecessary What's the use of such a detail when it's just a missing method at the top of it?.
Instance Method Details
#inspect ⇒ Object
From ruby3
NameError
prints the internals of the object as well as subobjects
which is really unnecessary
What's the use of such a detail when it's just a missing method at the top of it?
15 16 17 |
# File 'lib/eco/api/common/version_patches/ruby3/object.rb', line 15 def inspect to_s end |