Class: MethodHash
- Inherits:
-
Hash
- Object
- Hash
- MethodHash
- Includes:
- MethodHashMethods
- Defined in:
- lib/method_hash.rb
Overview
Implements a Hash using the method Hash functionality
Instance Method Summary collapse
-
#to_s ⇒ Object
To make ruby 1.8.7 compatible with ruby 1.9 and higer.
Methods included from MethodHashMethods
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class MethodHashMethods
Instance Method Details
#to_s ⇒ Object
To make ruby 1.8.7 compatible with ruby 1.9 and higer
41 42 43 |
# File 'lib/method_hash.rb', line 41 def to_s inspect end |