Categories: None [Edit]
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,412 of 187,950
Downloads: 6,940
Daily
Ranking: 98,240 of 187,922
Downloads: 5
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 167,330 | 2,665 | jira_reporting |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | jszmajda |