module Forester

Constants

VERSION

Public Class Methods

tree_factory() click to toggle source
# File lib/forester.rb, line 16
def self.tree_factory
  @tree_factory ||= TreeFactory.new
end