method
hash?
hash?(ary_or_hash)
private
Hide source
# File lib/rinda/rinda.rb, line 100 def hash?(ary_or_hash) ary_or_hash.respond_to?(:keys) end