class EacRubyUtils::PathsHash

def initialize(source_hash = {})

def initialize(source_hash = {})
  @root = Node.new(source_hash)
end