Method: Dotbox::File#type

Defined in:
lib/dotbox/file.rb

#typeObject



69
70
71
# File 'lib/dotbox/file.rb', line 69

def type
  @type = directory? ? 'directory' : 'file'
end