Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/style_train/support/gnash.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#with_indifferent_access ⇒ Object
8 9 10 11 12 |
# File 'lib/style_train/support/gnash.rb', line 8 def with_indifferent_access hash = HashWithIndifferentAccess.new(self) hash.default = self.default hash end |