Class: FFI::Clang::VerbatimBlockLineComment
- Defined in:
- lib/ffi/clang/comment.rb
Overview
Represents a line within a verbatim block comment.
Instance Method Summary collapse
-
#text ⇒ Object
Get the text of this line.
Methods inherited from Comment
build_from, #child, #children, #each, #has_trailing_newline?, #initialize, #kind, #num_children, #whitespace?
Constructor Details
This class inherits a constructor from FFI::Clang::Comment
Instance Method Details
#text ⇒ Object
Get the text of this line.
341 342 343 |
# File 'lib/ffi/clang/comment.rb', line 341 def text Lib.extract_string Lib.verbatim_block_line_comment_get_text(@comment) end |