Method: HFAM::DSL#symlink
- Defined in:
- lib/hfam/dsl.rb
#symlink(file, options = {}) ⇒ Object
12 13 14 |
# File 'lib/hfam/dsl.rb', line 12 def symlink(file, = {}) @payload.commands << [:symlink, "#{dotfiles_path}/#{file}", dest_path()] end |