# File lib/yard/parser/ruby/ast_node.rb, line 405 def block last.type == :do_block || last.type == :brace_block ? last : nil end