class PathExpander
path_expander
1.1.3
# initialize
def initialize args, glob, path = "." self.args = args self.glob = glob self.path = path end