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: 104,884 of 180,448
Downloads: 6,226

Daily

Ranking: 146,834 of 180,434
Downloads: 2

Depended by

RankDownloadsName
166,2502,161jira_reporting

Depends on

RankDownloadsName
12,074,527,333bundler
16853,130,958rake

Owners

#GravatarHandle
1iconjszmajda