Method: FallCli::BrowserHelper#show_files
- Defined in:
- lib/fallcli/browser_helper.rb
#show_files ⇒ Object
11 12 13 14 15 |
# File 'lib/fallcli/browser_helper.rb', line 11 def show_files @files.each_with_index.map do |item, index| position == index ? "[#{pretty_dropbox_file(item)}]" : " #{pretty_dropbox_file(item)} " end end |