module Concurrent::Synchronization::AbstractStruct
def members
-
(Array)- the struct members as an array of symbols
def members self.class::MEMBERS.dup end
(Array)
- the struct members as an array of symbols
def members self.class::MEMBERS.dup end