# File lib/ruby_parser_extras.rb, line 1338
  def block_pass?
    any? { |s| Sexp === s && s[0] == :block_pass }
  end