class ActiveStorage::Variant

def processed

Returns the variant instance itself after it's been processed or an existing processing has been found on the service.
def processed
  process unless processed?
  self
end