Flowdock
hash?(ary_or_hash) private

No documentation

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

Hide source
# File lib/rinda/rinda.rb, line 100
    def hash?(ary_or_hash)
      ary_or_hash.respond_to?(:keys)
    end
Register or log in to add new notes.