# File lib/brakeman/util.rb, line 196
  def result? exp
    exp.is_a? Sexp and exp.node_type == :result
  end