# File lib/brakeman/util.rb, line 208 def false? exp exp.is_a? Sexp and (exp.node_type == :false or exp.node_type == :nil) end