# File lib/brakeman/checks/check_number_to_currency.rb, line 56
  def check_helper_option result, exp
    if match = (has_immediate_user_input? exp or has_immediate_model? exp)
      warn_on_number_helper result, match
      @found_any = true
    else
      false
    end
  end