# File lib/brakeman/checks/check_dynamic_finders.rb, line 38
  def safe_call? arg
    return false unless call? arg

    meth = arg.method
    meth == :to_s or meth == :to_i
  end