Sha256: 9b6bedbe8f08e21545273da06689a59819d10ca8fed7d3f71c94f66c2bf570c0
Contents?: true
Size: 310 Bytes
Versions: 1
Compression:
Stored size: 310 Bytes
Contents
require 'tree/controller' require 'tree/mirror' module Redcar class Tree include Redcar::Model attr_reader :tree_mirror, :tree_controller def initialize(tree_mirror, tree_controller=nil) @tree_mirror = tree_mirror @tree_controller = tree_controller end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
redcar-0.3.0dev | plugins/tree/lib/tree.rb |