Method: DashOverlord::Requirable#dir_list
- Defined in:
- lib/dash_overlord/requirable.rb
#dir_list(path) ⇒ Object
42 43 44 |
# File 'lib/dash_overlord/requirable.rb', line 42 def dir_list(path) Dir.glob(path).sort_by { |filename| filename.count('/') } end |