Method: YARD::Parser::Ruby::AstNode#docstring

Defined in:
lib/yard/parser/ruby/ast_node.rb

#docstringObject Also known as: comments

Returns the value of attribute docstring.


42
43
44
# File 'lib/yard/parser/ruby/ast_node.rb', line 42

def docstring
  @docstring
end