Method: Concurrent::ImmutableStruct#inspect
- Defined in:
- lib/concurrent-ruby/concurrent/immutable_struct.rb
#inspect ⇒ String Also known as: to_s
Describe the contents of this struct in a string.
29 30 31 |
# File 'lib/concurrent-ruby/concurrent/immutable_struct.rb', line 29 def inspect ns_inspect end |