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