Class: Omnibus::Compressor::Null
- Inherits:
-
Base
- Object
- Packager::Base
- Base
- Omnibus::Compressor::Null
- Defined in:
- lib/omnibus/compressors/null.rb
Constant Summary
Constants included from Util
Constants included from NullArgumentable
Instance Attribute Summary
Attributes inherited from Base
Attributes inherited from Packager::Base
Instance Method Summary collapse
Methods inherited from Base
Methods inherited from Packager::Base
build, #exclusions, id, #id, #initialize, #install_dir, #package_path, #resource_path, #resources_path, setup, #skip_packager, #staging_dir, #staging_dir_path
Methods included from Util
#compiler_safe_path, #copy_file, #create_directory, #create_file, #create_link, included, #path_key, #remove_directory, #remove_file, #retry_block, #shellout, #shellout!, #windows_safe_path
Methods included from Templating
included, #render_template, #render_template_content
Methods included from Sugarable
Methods included from NullArgumentable
Methods included from Logging
Methods included from Instrumentation
Methods included from Digestable
#digest, #digest_directory, included
Constructor Details
This class inherits a constructor from Omnibus::Compressor::Base
Instance Method Details
#package_name ⇒ Object
21 22 23 |
# File 'lib/omnibus/compressors/null.rb', line 21 def package_name "" end |
#run! ⇒ Object
25 26 27 |
# File 'lib/omnibus/compressors/null.rb', line 25 def run! # noop end |