Module: Pult::Panel::Runner::DotAccessible

Defined in:
lib/init/struct.rb,
lib/pult/panel/runner/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/runner/dot_accessible.rb', line 3

def method_missing meth, *args
  self[meth]
end