class FFI::Clang::ParagraphComment

Public Instance Methods

text() click to toggle source
# File lib/ffi/clang/comment.rb, line 139
def text
        self.map(&:text).join("\n")
end