Method: Crackup::DirectoryObject#restore
- Defined in:
- lib/crackup/directory_object.rb
#restore(path) ⇒ Object
Restores the remote copy of this directory to the specified local path.
93 94 95 |
# File 'lib/crackup/directory_object.rb', line 93 def restore(path) @children.each_value {|child| child.restore(path) } end |