class Ferry::UploadTask

Public Instance Methods

needed?() click to toggle source
# File lib/ferry/upload_task.rb, line 5
def needed?
  true # always needed because we can't check remote hosts duhhhhhh
end