Method: Concurrent::ImmutableStruct#inspect

Defined in:
lib/concurrent-ruby/concurrent/immutable_struct.rb

#inspectString Also known as: to_s

Describe the contents of this struct in a string.

Returns:

  • (String)

    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