method

open

open(*args, **options, &block)
public

No documentation available.

# File activestorage/lib/active_storage/service.rb, line 91
    def open(*args, **options, &block)
      ActiveStorage::Downloader.new(self).open(*args, **options, &block)
    end