Method: QueryableHash.wrap

Defined in:
lib/queryable_hash.rb

.wrap(hash, **args) ⇒ Object



6
7
8
# File 'lib/queryable_hash.rb', line 6

def self.wrap(hash, **args)
  Wrapper.new hash, **args
end