# File lib/yard/parser/ruby/ast_node.rb, line 416
        def block_param
          self[-1] ? self[-1][0] : nil
        end