Method: PUNK::Runnable#method_missing
- Defined in:
- lib/punk/framework/runnable.rb
#method_missing(key, *args, &block) ⇒ Object
13 14 15 16 17 |
# File 'lib/punk/framework/runnable.rb', line 13 def method_missing(key, *args, &block) val = super val = val.to_h if val.instance_of?(self.class) val end |