Top Level Namespace

Defined Under Namespace

Modules: Metior Classes: Object

Constant Summary collapse

HASH_CLASS =

This code is free software; you can redistribute it and/or modify it under the terms of the new BSD License.

Copyright (c) 2011, Sebastian Staudt

if RUBY_VERSION.match(/^1\.8/)
  require 'hashery/ordered_hash'
  OrderedHash
else
  Hash
end