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.
88 89 90 |
# File 'lib/yard/parser/ruby/ast_node.rb', line 88 def source @source end |