Class | Brakeman::FindReturnValue |
In: |
lib/brakeman/processors/lib/find_return_value.rb
|
Parent: | Object |
Attempts to determine the return value of a method.
Preferred usage:
Brakeman::FindReturnValue.return_value exp
Returns a guess at the return value of a given method or other block of code.
If multiple return values are possible, returns all values in an :or Sexp.