# File lib/yard/parser/ruby/ast_node.rb, line 412
        def double_splat_param
          YARD.ruby2? ? self[-2] : nil
        end