module Concurrent::MutableStruct

def to_h

Returns:
  • (Hash) - the names and values for the struct’s members
def to_h
  synchronize { ns_to_h }
end