Method: YARD::Parser::Ruby::AstNode#source

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

#sourceString

Returns the parse of #full_source that the node represents.

Returns:


88
89
90
# File 'lib/yard/parser/ruby/ast_node.rb', line 88

def source
  @source
end