class ImageProcessing::Pipeline

def source_path

Retrieves the source path on disk.
def source_path
  source if source.is_a?(String)
end