class DataTree
Attributes
path[R]
Public Class Methods
new(path = Dir.pwd)
click to toggle source
# File lib/data_tree.rb, line 7 def initialize(path = Dir.pwd) @path = path end