Method: AsProject::RemoteFileTask#clean_path
- Defined in:
- lib/tasks/remote_file_task.rb
#clean_path(path) ⇒ Object
64 65 66 67 |
# File 'lib/tasks/remote_file_task.rb', line 64 def clean_path(path) define_user_task return user_task.clean_path(path) end |