Sha256: 43610229725a86467cf721fc6f125bd4c97cd30363a29a465bf190ac6b423a03

Contents?: true

Size: 535 Bytes

Versions: 6

Compression:

Stored size: 535 Bytes

Contents

function = Puppet::Util::Reference.newreference :function, :doc => "All functions available in the parser" do
    Puppet::Parser::Functions.functiondocs
end
function.header = "
There are two types of functions in Puppet: Statements and rvalues.
Statements stand on their own and do not return arguments; they are used for
performing stand-alone work like importing.  Rvalues return values and can
only be used in a statement requiring a value, such as an assignment or a case
statement.

Here are the functions available in Puppet:

"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
puppet-0.25.5 lib/puppet/reference/function.rb
puppet-0.25.4 lib/puppet/reference/function.rb
puppet-0.25.3 lib/puppet/reference/function.rb
puppet-0.25.2 lib/puppet/reference/function.rb
puppet-0.25.1 lib/puppet/reference/function.rb
puppet-0.25.0 lib/puppet/reference/function.rb