class FFI::Clang::TextComment

Public Instance Methods

text() click to toggle source
# File lib/ffi/clang/comment.rb, line 145
def text
        Lib.extract_string Lib.text_comment_get_text(@comment)
end