# File lib/brakeman/util.rb, line 214 def block? exp exp.is_a? Sexp and (exp.node_type == :block or exp.node_type == :rlist) end