lib/string_doc/meta_attributes.rb in pakyow-presenter-1.0.0.rc2 vs lib/string_doc/meta_attributes.rb in pakyow-presenter-1.0.0.rc3
- old
+ new
@@ -1,9 +1,10 @@
# frozen_string_literal: true
class StringDoc
# Lets two or more node's attributes to be manipulated together. Used by {StringDoc::MetaNode}.
#
+ # @api private
class MetaAttributes
def initialize(attributes)
@attributes = attributes
end