# File lib/fake_ftp/server.rb, line 37 def files @store.values.map do |f| if absolute? abspath(f.name) else f.name end end end