Method: YARD::Parser::Ruby::RipperParser#parse
- Defined in:
- lib/yard/parser/ruby/ruby_parser.rb
#parse ⇒ Object
49 50 51 52 53 54 55 56 |
# File 'lib/yard/parser/ruby/ruby_parser.rb', line 49 def parse @ast = super @ast.full_source = @source @ast.file = @file freeze_tree insert_comments self end |