# File lib/declarative_authorization/development_support/analyzer.rb, line 135
        def message (privilege)
          other_privilege = analyze_privilege(privilege)
          "Privilege #{other_privilege.to_sym} is always used together with #{privilege.to_sym}. " +
              "Consider to include #{other_privilege.to_sym} in #{privilege.to_sym}."
        end