class Concurrent::Synchronization::AbstractObject

def initialize

Other tags:
    Abstract: - has to be implemented based on Ruby runtime
def initialize
  raise NotImplementedError
end