Flowdock
find(&blk) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rinda/tuplespace.rb, line 308
      def find(&blk)
        @bin.reverse_each do |x|
          return x if yield(x)
        end
        nil
      end
Register or log in to add new notes.