Method: ShellHelpers::PathnameExt::Base#depth

Defined in:
lib/shell_helpers/pathname.rb

#depthObject



132
133
134
# File 'lib/shell_helpers/pathname.rb', line 132

def depth
	each_filename.count
end