Method: Puppet::FileServing::Base#relative_path
- Defined in:
- lib/vendor/puppet/file_serving/base.rb
#relative_path ⇒ Object
Set a relative path; this is used for recursion, and sets the file’s path relative to the initial recursion point.
59 60 61 |
# File 'lib/vendor/puppet/file_serving/base.rb', line 59 def relative_path @relative_path end |