Module: Cowtech::Extensions::Pathname

Extended by:
ActiveSupport::Concern
Defined in:
lib/cowtech-extensions/pathname.rb

Instance Method Summary collapse

Instance Method Details

#componentsObject



12
13
14
# File 'lib/cowtech-extensions/pathname.rb', line 12

def components
	self.each_filename.collect { |p| p }
end