B
Brad Tilley
Why does Dir.entries include '.' and '..'? I'm accustomed to Python's
os.listdir() which explicitly excludes these. How is this done in Ruby?
os.listdir() which explicitly excludes these. How is this done in Ruby?