# File lib/yard/parser/ruby/ast_node.rb, line 275
        def first_line
          full_source.split(/\r?\n/)[line - 1].strip
        end