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.



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

def docstring
  @docstring
end