Sha256: 6d12bb54b048173a5e70df5e574d87afa8246b43fa5e47f406f4825859b04775

Contents?: true

Size: 461 Bytes

Versions: 3

Compression:

Stored size: 461 Bytes

Contents

require 'compo/branches/array'
require 'compo/branches/branch'
require 'compo/branches/hash'
require 'compo/branches/leaf'
require 'compo/branches/constant'

module Compo
  # Module implementing the branch classes
  #
  # A branch is a fully-featured part of a Compo composite object.  It tracks
  # both children (if applicable) and its parent (if any), and supports a range
  # of helper methods for traversing the composite tree.
  module Branches
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
compo-0.5.1 lib/compo/branches.rb
compo-0.5.0 lib/compo/branches.rb
compo-0.4.0 lib/compo/branches.rb