better_dig:提供对嵌套数据查找的不同访问

时间:2024-06-01 12:28:40
【文件属性】:

文件名称:better_dig:提供对嵌套数据查找的不同访问

文件大小:7KB

文件格式:ZIP

更新时间:2024-06-01 12:28:40

ruby array hash nested-objects backward-compatibility

更好的挖掘 您会喜欢的另一种哈希/数组查找 在2.3以下支持Ruby的类似dig的方法 上下文表 安装 将此行添加到您的应用程序的Gemfile中: gem 'better_dig' 然后执行: $ bundle 或将其自己安装为: $ gem install better_dig 用法 基本范例 hash = { hello : 'world' , nested : { hello : 'world' } , nested_array : [ 'hello' , 'world' ] , is_cool : true } # Fetch by digg hash . digg ( :hello ) #=> 'world' hash . digg ( 'hello' ) #=> 'world' hash . digg ( '


【文件预览】:
better_dig-master
----.gitignore(92B)
----README.md(2KB)
----bin()
--------console(345B)
--------setup(131B)
----test()
--------better_dig_test.rb(2KB)
--------test_helper.rb(146B)
----Gemfile(216B)
----better_dig.gemspec(1KB)
----LICENSE.txt(1KB)
----.travis.yml(557B)
----lib()
--------better_dig.rb(1KB)
--------better_dig()
----Rakefile(198B)

网友评论