# File lib/brakeman/processors/lib/route_helper.rb, line 5 def prefix if @prefix.length > 0 @prefix.join("::") << "::" else '' end end