Method: ShellHelpers::PathnameExt::Base#components

Defined in:
lib/shell_helpers/pathname.rb

#componentsObject



129
130
131
# File 'lib/shell_helpers/pathname.rb', line 129

def components
	each_filename.to_a
end