lib/polyamorous/tree_node.rb



module Polyamorous
  module TreeNode
    def add_to_tree(hash)
      raise NotImplementedError
    end
  end
end