method

method_missing

Importance_0
v1_9_1_378 - Show latest stable - 0 notes - Class: OpenStructHash
method_missing(method, *args) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rdoc/ri/driver.rb, line 65
    def method_missing method, *args
      self[method.to_s]
    end
Register or log in to add new notes.