Class | Nanoc::Extra::Validators::Links::ThreadsafeHashEnumerator |
In: |
lib/nanoc/extra/validators/links.rb
|
Parent: | Object |
Enumerates all key-value pairs of a given hash in a thread-safe way.
@api private
Returns the next key-value pair in the hash.
@return [Array] An array containing the key and the corresponding
value of teh next key-value pair