Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/rhoconnect/rho_indifferent_access.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#with_indifferent_access ⇒ Object
83 84 85 86 87 |
# File 'lib/rhoconnect/rho_indifferent_access.rb', line 83 def with_indifferent_access hash = Rhoconnect::RhoHashWithIndifferentAccess.new(self) hash.default = self.default hash end |