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