Module: Luban::Deployment::Helpers::LinkedPaths
- Included in:
- Application::Publisher, Service::Installer
- Defined in:
- lib/luban/deployment/helpers/linked_paths.rb
Instance Method Summary collapse
Instance Method Details
#linked_dirs ⇒ Object
5 |
# File 'lib/luban/deployment/helpers/linked_paths.rb', line 5 def linked_dirs; @linked_dirs ||= []; end |
#linked_files ⇒ Object
6 |
# File 'lib/luban/deployment/helpers/linked_paths.rb', line 6 def linked_files; @linked_files ||= []; end |