Module: Pult::Panel::DotAccessible
- Defined in:
- lib/init/struct.rb,
lib/pult/panel/dot_accessible.rb
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(meth, *args) ⇒ Object
3 4 5 |
# File 'lib/pult/panel/dot_accessible.rb', line 3 def method_missing meth, *args self[meth.to_s] end |