Module: L42::Interfaces::PfxByNow
Instance Method Summary collapse
Instance Method Details
#call(files) ⇒ Object
9 10 11 12 13 14 15 |
# File 'lib/l42/interfaces/pfx_by_now.rb', line 9 def call(files) now = Time.now.to_i.to_s(16) [ :stdout, files.map(&_pfx_by_now(now)) ] end |