class Dir

Copyright Freya Dorn <freya.siv.dorn@gmail.com>, 2014 License: GNU GPL 3 <www.gnu.org/copyleft/gpl.html>

Public Class Methods

[](*args) click to toggle source

make glob sort by default

# File lib/muflax/dir.rb, line 11
def [] *args

  self.send(:"_[]", *(args.map{|a| File.expand_path(a)})).sort
end