lib/string_doc/meta_node.rb in pakyow-presenter-1.0.0.rc2 vs lib/string_doc/meta_node.rb in pakyow-presenter-1.0.0.rc3
- old
+ new
@@ -3,9 +3,10 @@
require "string_doc/meta_attributes"
class StringDoc
# Lets two or more nodes to be represented as a single node in a doc, then manipulated together.
#
+ # @api private
class MetaNode
# @api private
attr_reader :doc, :transforms, :internal_nodes
def initialize(nodes)