Method: Dire::Node#type

Defined in:
lib/dire/node.rb

#typeObject



41
42
43
# File 'lib/dire/node.rb', line 41

def type
  path.ftype rescue 'other'
end