DEBSOURCES
Skip Quicknav
sources / ruby-concurrent / 1.0.5-3 / lib / concurrent / synchronization / truffle_lockable_object.rb
123456789
module Concurrent module Synchronization class TruffleLockableObject < AbstractLockableObject def new(*) raise NotImplementedError end end end end