class Concurrent::Synchronization::TruffleLockableObject

Public Instance Methods

new(*) click to toggle source
# File lib/concurrent/synchronization/truffle_lockable_object.rb, line 4
def new(*)
  raise NotImplementedError
end