Class: FileComposer::Stores::Null
- Inherits:
-
Object
- Object
- FileComposer::Stores::Null
- Defined in:
- lib/file_composer/stores/null.rb
Overview
Default store, does nothing but provide a stand-in when you do not actually want to transfer files.
Instance Method Summary collapse
Instance Method Details
#move!(local_filename) ⇒ Object
15 16 17 |
# File 'lib/file_composer/stores/null.rb', line 15 def move!(local_filename) local_filename end |