# File bin/experimental-filter.rb, line 104 def queue_file_time(name) base = File.basename(name) first, = base.split('.') Integer(first) end