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: 107,954 of 191,391
Downloads: 7,112

Daily

Ranking: 56,244 of 191,335
Downloads: 4

Depended by

RankDownloadsName
166,6822,828jira_reporting

Depends on

RankDownloadsName
13,286,188,778bundler
81,271,034,194rake

Owners

#GravatarHandle
1iconjszmajda