Class: Hyrax::LocalFileService
- Inherits:
-
Object
- Object
- Hyrax::LocalFileService
- Defined in:
- app/services/hyrax/local_file_service.rb
Class Method Summary collapse
Class Method Details
.call(file_name, _options) {|File| ... } ⇒ Object
6 7 8 |
# File 'app/services/hyrax/local_file_service.rb', line 6 def self.call(file_name, ) yield File.open(file_name) end |