Method: Doc::RootMerger#run
- Defined in:
- lib/doc/root_merger.rb
#run ⇒ Object
15 16 17 18 19 20 21 |
# File 'lib/doc/root_merger.rb', line 15 def run super if succeeded? public_doc_dir.mkpath symlink_children_to(public_doc_dir) end end |