Method: Train::Extras::WindowsFile#type
- Defined in:
- lib/train/extras/file_windows.rb
#type ⇒ Object
61 62 63 64 65 66 67 68 |
# File 'lib/train/extras/file_windows.rb', line 61 def type if attributes.include?('Archive') return :file elsif attributes.include?('Directory') return :directory end :unknown end |