# File lib/brakeman/processors/lib/rails2_config_processor.rb, line 85 def include_rails_config? exp target = exp.target if call? target if target.target == RAILS_CONFIG true else include_rails_config? target end elsif target == RAILS_CONFIG true else false end end