Class: BiblioTech::Builders::IdentityFileOutput
- Inherits:
-
FileOutput
- Object
- Base
- File
- FileOutput
- BiblioTech::Builders::IdentityFileOutput
- Defined in:
- lib/bibliotech/builders/file.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from FileOutput
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
#go(cmd) ⇒ Object
64 65 66 67 |
# File 'lib/bibliotech/builders/file.rb', line 64 def go(cmd) cmd.redirect_stdout(file) cmd end |