destination_path(relative_destination)public
Return the full path from the destination root for the given path. Example for destination_root = ’/dest’:
destination_path('some/path.rb') == '/dest/some/path.rb'
destination_path(relative_destination)Return the full path from the destination root for the given path. Example for destination_root = ’/dest’:
destination_path('some/path.rb') == '/dest/some/path.rb'