Class: BiblioTech::Builders::ExplicitGzipExpander
- Inherits:
-
GzipExpander
- Object
- Base
- File
- FileInput
- GzipExpander
- BiblioTech::Builders::ExplicitGzipExpander
- Defined in:
- lib/bibliotech/builders/gzip.rb
Constant Summary
Constants inherited from GzipExpander
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from GzipExpander
Methods inherited from FileInput
find_explicit, identity_adapter, registry_host
Methods inherited from File
Methods inherited from Base
adapter_registry, for, #initialize, null_adapter, register, registry, supported_adapters
Constructor Details
This class inherits a constructor from BiblioTech::Builders::Base
Instance Method Details
#file ⇒ Object
19 20 21 22 23 24 25 |
# File 'lib/bibliotech/builders/gzip.rb', line 19 def file file = super unless PATTERNS.any?{|pattern| pattern =~ file} return file + ".gz" end file end |