Method: Admission::Tests.refutation_failed_message
- Defined in:
- lib/admission/tests/tests.rb
.refutation_failed_message(arbitration, privilege) ⇒ Object
14 15 16 17 18 19 |
# File 'lib/admission/tests/tests.rb', line 14 def arbitration, privilege 'Admission given to %s applying %s.' % [ arbitration.case_to_s, privilege.to_s ] end |