Method: Doc::Merger#symlink_children_to
- Defined in:
- lib/doc/merger.rb
#symlink_children_to(path) ⇒ Object
53 54 55 56 57 |
# File 'lib/doc/merger.rb', line 53 def symlink_children_to(path) tasks.reject(&:failed?).each do |task| task.symlink_to(path) end end |