# File lib/yard/parser/ruby/ast_node.rb, line 62
        def source_range
          reset_line_info unless @source_range
          @source_range
        end