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:


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

def source
  @source
end