RubyGems Navigation menu

dot_notation 1.0.0

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: 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

Gemfile:
=

安装:
=

版本列表:

  1. 1.0.1 August 18, 2014 (7.0 KB)
  2. 1.0.0 August 18, 2014 (7.0 KB)

Development 依赖 (2):

bundler ~> 1.5
rake >= 0

业主:

作者:

  • Joshua Szmajda

SHA 256 校验和:

=

下载总量 6,436

这个版本 2,686

版本发布:

许可:

MIT

需要的 Ruby 版本: >= 0

链接: