class FFI::Clang::VerbatimBlockLineComment

Public Instance Methods

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