Module: QueryableHash
- Defined in:
- lib/queryable_hash.rb,
lib/queryable_hash/version.rb,
lib/queryable_hash/wrapper.rb,
lib/queryable_hash/not_found_error.rb
Defined Under Namespace
Classes: NotFoundError, Wrapper
Constant Summary collapse
- VERSION =
"0.0.3"
Class Method Summary collapse
Class Method Details
.wrap(hash, **args) ⇒ Object
6 7 8 |
# File 'lib/queryable_hash.rb', line 6 def self.wrap(hash, **args) Wrapper.new hash, **args end |