Sha256: 8550527c2fe3688f057d0cfbfa6dd6e920ddad8b6ac9882bad4e9da5c6b431e6

Contents?: true

Size: 232 Bytes

Versions: 2

Compression:

Stored size: 232 Bytes

Contents

module Nyara
  # Keys ignore case and access is indifferent between String keys and Symbol keys.<br>
  # All keys are stored in String form.
  class ParamHash
    alias has_key? key?
    private :nested_aset, :nested_aref
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nyara-0.1.pre.2 lib/nyara/hashes/param_hash.rb
nyara-0.1.pre.1 lib/nyara/hashes/param_hash.rb