Class: LX::Hash
- Inherits:
-
Object
- Object
- LX::Hash
- Defined in:
- lib/lx.rb
Overview
A helper class to add methods to the Hash class. When you use the Hash::lx you’re creating an instance of LX::Hash.
Instance Method Summary collapse
-
#deep_dup ⇒ Object
deep_dup.
-
#initialize(p_hsh) ⇒ Hash
constructor
initialize a LX::Array object.
Constructor Details
#initialize(p_hsh) ⇒ Hash
initialize a LX::Array object. The only param is the array itself.
275 276 277 |
# File 'lib/lx.rb', line 275 def initialize(p_hsh) @hsh = p_hsh end |