class FileComposer::Stores::Null
Default store, does nothing but provide a stand-in when you do not actually want to transfer files.
Public Instance Methods
move!(local_filename)
click to toggle source
# File lib/file_composer/stores/null.rb, line 15 def move!(local_filename) local_filename end