$H([object]) ⇒ Hash
Creates a Hash. This is purely a convenience wrapper around the Hash constructor, it does not do anything other than pass any argument it's given into the Hash constructor and return the result.
Hash
Related to: Hash