Categories: None [Edit]

dot_notation

https://rubygems.org/gems/dot_notation
https://github.com/joshsz/dot_notation
Simple-ish enumberable-simplifier. Useful for APIs like Twitter, etc If you have a hash or an array or something that quacks like one, you can do stuff example: require 'dot_notation' h = {a: {b: {c: [{d: 'hi'}]}}} h.extend(DotNotation) h.dot('a.b.c.0.d') #=> 'hi' h.dot('a.b.c.foo.bar.bz.whatever.124.whocares') #=> nil

Total

Ranking: 108,318 of 192,071
Downloads: 7,144

Daily

Ranking: 127,069 of 192,060
Downloads: 1

Depended by

RankDownloadsName
166,8592,863jira_reporting

Depends on

RankDownloadsName
13,337,829,401bundler
81,290,393,700rake

Owners

#GravatarHandle
1iconjszmajda