Method: CountVonCount::Stat#file_type
- Defined in:
- lib/count_von_count/stat.rb
#file_type(file_path) ⇒ Object
107 108 109 |
# File 'lib/count_von_count/stat.rb', line 107 def file_type(file_path) File.extname(file_path).sub(/\A\./, '').downcase.to_sym end |