Libraries
»
dotbox
(1.0.2)
»
Index
»
Dotbox
»
File
»
#type
Method: Dotbox::File#type
Defined in:
lib/dotbox/file.rb
#
type
⇒
Object
69 70 71
# File 'lib/dotbox/file.rb', line 69
def
type
@type
=
directory?
?
'
directory
'
:
'
file
'
end