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,507 of 192,565
Downloads: 7,167

Daily

Ranking: 115,073 of 192,541
Downloads: 0

Depended by

RankDownloadsName
167,0422,880jira_reporting

Depends on

RankDownloadsName
13,383,922,898bundler
81,308,632,851rake

Owners

#GravatarHandle
1iconjszmajda