Class: Hash
Instance Method Summary collapse
- #collect_as_hash ⇒ Object (also: #hashify_or_collect)
- #hash_collection? ⇒ Boolean
- #hash_map(&block) ⇒ Object
Instance Method Details
#collect_as_hash ⇒ Object Also known as: hashify_or_collect
36 37 38 |
# File 'lib/socializer/scraper/extensions.rb', line 36 def collect_as_hash self end |
#hash_collection? ⇒ Boolean
32 33 34 |
# File 'lib/socializer/scraper/extensions.rb', line 32 def hash_collection? true end |