Sha256: 61e14b6ea7bce814cd1e58401b0adfec210c6430d5fe7ce9ab7606966e487d8e

Contents?: true

Size: 879 Bytes

Versions: 11

Compression:

Stored size: 879 Bytes

Contents

# = OrderedHash
#
# Another name for Dictionary.
#
# == Todo
#
# * Make this an alternative to Dictionary that
#   is more "slim", not having the extra sorting
#   features of dictionary.
#
# = Copying
#
# Copyright (c) 2005 Thomas Sawyer, George Moschovitis
#
# Ruby License
#
# This module is free software. You may use, modify, and/or redistribute this
# software under the same terms as Ruby.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE.

require 'facets/dictionary'

# = OrderedHash
#
# OrderedHash is an alias for the Dictionary class

OrderedHash = Dictionary

# = AutoOrderedHash
#
# AutoOrderedHash is an alias for the AutoDictionary class

#AutoOrderedHash = AutoDictionary  # was replaced by Dictionary.auto() (or autonew?)

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
facets-2.6.0 lib/more/facets/orderedhash.rb
facets-2.4.0 lib/facets/orderedhash.rb
facets-2.4.1 lib/facets/orderedhash.rb
facets-2.4.4 lib/more/facets/orderedhash.rb
facets-2.4.2 lib/more/facets/orderedhash.rb
facets-2.4.3 lib/more/facets/orderedhash.rb
facets-2.4.5 lib/more/facets/orderedhash.rb
facets-2.5.0 lib/more/facets/orderedhash.rb
facets-2.5.1 lib/more/facets/orderedhash.rb
facets-2.5.2 lib/more/facets/orderedhash.rb
mack-facets-0.8.2 lib/gems/facets-2.4.5/lib/more/facets/orderedhash.rb