module Concurrent::Synchronization::AbstractStruct

def length

Returns:
  • (Fixnum) - the number of struct members
def length
  self.class::MEMBERS.length
end