Method: SyncHash::Delegator#size
- Defined in:
- lib/mega/synchash.rb
#size ⇒ Object
127 128 129 |
# File 'lib/mega/synchash.rb', line 127 def size @sync.synchronize(::Sync::SH) { @delegate.size() } end |
127 128 129 |
# File 'lib/mega/synchash.rb', line 127 def size @sync.synchronize(::Sync::SH) { @delegate.size() } end |