module Dire

Constants

IGNORE
VERSION

Public Class Methods

root(path) click to toggle source
# File lib/dire.rb, line 9
def self.root path
  Dire::Dir.new path, path
end