Class: FFI::Clang::VerbatimBlockLineComment

Inherits:
Comment
  • Object
show all
Defined in:
lib/ffi/clang/comment.rb

Instance Method Summary collapse

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

#textObject



257
258
259
# File 'lib/ffi/clang/comment.rb', line 257

def text
	Lib.extract_string Lib.verbatim_block_line_comment_get_text(@comment)
end