# File lib/brakeman/util.rb, line 186 def integer? exp exp.is_a? Sexp and exp.node_type == :lit and exp[1].is_a? Integer end