Method: AsProject::RemoteLibraryTask#swc_path
- Defined in:
- lib/tasks/remote_library_task.rb
#swc_path ⇒ Object
70 71 72 73 |
# File 'lib/tasks/remote_library_task.rb', line 70 def swc_path swc = url.split('/').pop return File.join('lib', 'swcs', swc) end |