# File lib/brakeman/util.rb, line 175 def call? exp exp.is_a? Sexp and (exp.node_type == :call or exp.node_type == :safe_call) end