class FFI::Clang::VerbatimBlockLineComment
Public Instance Methods
text()
click to toggle source
# File lib/ffi/clang/comment.rb, line 256 def text Lib.extract_string Lib.verbatim_block_line_comment_get_text(@comment) end