Method: ColorLS::FileInfo#show
- Defined in:
- lib/colorls/fileinfo.rb
#show ⇒ Object
27 28 29 30 31 32 |
# File 'lib/colorls/fileinfo.rb', line 27 def show return @show_name unless @show_name.nil? @show_name = @name.encode(Encoding.find('filesystem'), Encoding.default_external, invalid: :replace, undef: :replace) end |