Method: Packerman::Dsl::Node#method_missing
- Defined in:
- lib/packerman/dsl/node.rb
#method_missing(method, *args) ⇒ Object
13 14 15 |
# File 'lib/packerman/dsl/node.rb', line 13 def method_missing(method, *args) @_hash[method] ||= args.first end |