Class: Pathtree::Trunk

Inherits:
Object
  • Object
show all
Includes:
Dsl
Defined in:
lib/pathtree/trunk.rb

Overview

A trunk of path tree

Instance Attribute Summary

Attributes included from Dsl

#names

Instance Method Summary collapse

Methods included from Dsl

#directory, extend, #file

Constructor Details

#initializeTrunk

Returns a new instance of Trunk.



11
12
13
# File 'lib/pathtree/trunk.rb', line 11

def initialize
  @names = []
end