class FFI::Clang::VerbatimLine

Public Instance Methods

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