# File lib/declarative_authorization/reader.rb, line 300 def title (text) raise DSLError, "title only allowed in role blocks" if @current_role.nil? role_titles[@current_role] = text end