# File lib/declarative_authorization/development_support/analyzer.rb, line 102defanalyze_policysmall_roles.length>1andsmall_roles.length.to_f/roles.length.to_f>SMALL_ROLES_RATIOend
message(object)click to toggle source
# File lib/declarative_authorization/development_support/analyzer.rb, line 106defmessage (object)
"The ratio of small roles is quite high (> %.0f%%). Consider refactoring."% (SMALL_ROLES_RATIO * 100)
end