class Twb::Util::JoinTree

Attributes

maxdepth[R]
root[R]

Public Class Methods

new() click to toggle source
# File lib/twb/util/joinUtilities.rb, line 40
def initialize
  @root = nil
  @maxdepth = 0
end

Public Instance Methods

add(from, to) click to toggle source
# File lib/twb/util/joinUtilities.rb, line 44
def add from, to
  puts "abc"
end