Class: Puppet::Pops::Model::CallNamedFunctionExpression

Inherits:
Object
  • Object
show all
Defined in:
lib/puppet_x/binford2k/itemize/monkeypatch.rb

Overview

when a function generates the name of a class to declare

Instance Method Summary collapse

Instance Method Details

#valueObject



40
41
42
# File 'lib/puppet_x/binford2k/itemize/monkeypatch.rb', line 40

def value
  "#{functor_expr.value}(#{arguments.map {|a| a.value rescue nil }.join(',')})"
end