Class: Down::Backend
- Inherits:
-
Object
- Object
- Down::Backend
- Defined in:
- lib/down/backend.rb
Class Method Summary collapse
Class Method Details
.download(*args, **options, &block) ⇒ Object
12 13 14 |
# File 'lib/down/backend.rb', line 12 def self.download(*args, **, &block) new.download(*args, **, &block) end |
.open(*args, **options, &block) ⇒ Object
16 17 18 |
# File 'lib/down/backend.rb', line 16 def self.open(*args, **, &block) new.open(*args, **, &block) end |