Method: ColorLS::FileInfo#show
- Defined in:
- lib/colorls/fileinfo.rb
#show ⇒ Object
34 35 36 37 38 39 |
# File 'lib/colorls/fileinfo.rb', line 34 def show return @show_name unless @show_name.nil? @show_name = @name.encode(Encoding.find('filesystem'), Encoding.default_external, invalid: :replace, undef: :replace) end |