Method: Retrospec::Puppet::Functions.method_missing

Defined in:
lib/retrospec/plugins/v1/plugin/generators/parsers/function.rb

.method_missing(meth_sym, *arguments, &block) ⇒ Object

this is a catch all method that helps us discover which dsl methods are used



55
56
57
# File 'lib/retrospec/plugins/v1/plugin/generators/parsers/function.rb', line 55

def self.method_missing(meth_sym, *arguments, &block)
  @params << {:name => meth_sym, :args => arguments}
end