Module: RGhost::UnlessHelpers::HashKeyMethod

Included in:
HashKeyMethodClass
Defined in:
lib/rghost/helpers.rb

Overview

:nodoc:

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(method, *args) ⇒ Object



3
4
5
# File 'lib/rghost/helpers.rb', line 3

def method_missing(method, *args)
  self[method.to_sym]   
end