# File lib/pathname.rb, line 672
  def split() File.split(@path).map {|f| Pathname.new(f) } end