Method: YARD::Parser::Ruby::AstNode#source
- Defined in:
-
lib/yard/parser/ruby/ast_node.rb,
lib/yard/parser/ruby/ast_node.rb
Returns the parse of #full_source that the node represents.
89 90 91 |
# File 'lib/yard/parser/ruby/ast_node.rb', line 89 def source @source end |