27 28 29 30 31
# File 'app/models/file_browser/path.rb', line 27 def get_entries file_list.map do |entry_name| Entry.new(entry_name) end end