Method: Puppet::Parameter#file
- Defined in:
- lib/puppet/parameter.rb
#file ⇒ Integer
Returns the result of calling the same method on the associated resource.
327 328 329 |
# File 'lib/puppet/parameter.rb', line 327 def file resource.file end |