default(key = nil) Instance Public methods
deep_symbolize_keys() Instance Public methods
deep_stringify_keys!() Instance Public methods
deep_stringify_keys() Instance Public methods
[]=(key, value) Instance Public methods Assigns a new value to the hash: hash = ActiveSupport::HashWithIndifferentAccess.new hash[:key] = 'value' This value can be later fetched using either :key or +'key'+. regular_writer store
new_from_hash_copying_default(hash) Class Public methods
new(constructor = {}) Class Public methods
[](*args) Class Public methods
decompress(source) Class Public methods Decompresses a gzipped string.
compress(source, level=Zlib::DEFAULT_COMPRESSION, strategy=Zlib::DEFAULT_STRATEGY) Class Public methods Compresses a string using gzip.
Page 150 of 2275