Module: L42::Interfaces::WithTs
Instance Method Summary collapse
Instance Method Details
#call(file_name, dest_dir, *tags) ⇒ Object
7 8 9 10 11 12 |
# File 'lib/l42/interfaces/with_ts.rb', line 7 def call(file_name, dest_dir, *) [ :stdout, %(mv #{file_name.inspect} #{File.join(dest_dir, _make_tagged_name(file_name, )).inspect}) ] end |