= private = protected
split()
See File.split. Returns the #dirname and the #basename in an Array.
# File lib/pathname.rb, line 836 def split() File.split(@path).map {|f| self.class.new(f) } end