Sha256: f94b8c1307fd0646df11382c523438172a03c6999985c7b0c64220b256b2305f
Contents?: true
Size: 328 Bytes
Versions: 12
Compression:
Stored size: 328 Bytes
Contents
# frozen_string_literal: true module OoxmlParser # Stuff for help working with paragraph module DocxParagraphHelper # @return [Nil, CommentExtended] extended data for this comment def comment_extend_data return if @paragraph_id.nil? root_object.comments_extended.by_id(@paragraph_id) end end end
Version data entries
12 entries across 12 versions & 1 rubygems