Class: MethodHash

Inherits:
Hash
  • Object
show all
Includes:
MethodHashMethods
Defined in:
lib/method_hash.rb

Overview

Implements a Hash using the method Hash functionality

Instance Method Summary collapse

Methods included from MethodHashMethods

#[], #method_missing

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class MethodHashMethods

Instance Method Details

#to_sObject

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