navigable_hash

时间:2024-07-20 16:00:43
【文件属性】:

文件名称:navigable_hash

文件大小:10KB

文件格式:ZIP

更新时间:2024-07-20 16:00:43

Ruby

导航哈希 NavigableHash 被构建为使用熟悉的 ruby​​ 点表示法在散列或数组对象中导航的轻量级和快速方法。 有关示例,请参见下面的“用法”。 作为字符串或符号的键无关紧要,都包括在内。 安装 将此行添加到应用程序的 Gemfile 中: gem 'navigable_hash' 然后执行: $ bundle 或者自己安装: $ gem install navigable_hash 用法 (查看覆盖示例的 rspec 测试) 最基本的用法: test_hash = { :example_key => 'example value' } navigable_hash = NavigableHash . new ( test_hash ) navigable_hash . example_key # => 'example_value' 更多的: new


【文件预览】:
navigable_hash-master
----.gitignore(169B)
----README.md(2KB)
----Gemfile(99B)
----Guardfile(303B)
----.ruby-version(6B)
----.rspec(26B)
----.coveralls.yml(45B)
----spec()
--------helpers()
--------lib()
--------spec_helper.rb(955B)
----LICENSE.txt(1KB)
----.travis.yml(120B)
----navigable_hash.gemspec(1KB)
----lib()
--------navigable_hash.rb(4KB)
----Rakefile(115B)

网友评论