# File lib/glue/hash.rb, line 123 def size return @sync.synchronize(::Sync::SH) { @delegate.size() } end