/ Published in: Ruby
URL: http://project.ioni.st/post/1980#snippet_1980
snippet from project.ioni.st - Marcel Molina (?)
Expand |
Embed | Plain Text
def subdirectories_of(path, options = {}) depth = options[:at_depth_of] || 1 Dir[File.join(path, * ["*"] * depth + [""])] end
You need to login to post a comment.
