annotate test/exemplars/issue_priority_exemplar.rb @ 1479:2d7e82037daa bibplugin_cache

Close obsolete branch bibplugin_cache
author Chris Cannam
date Thu, 22 Nov 2012 15:09:58 +0000
parents cbb26bc654de
children
rev   line source
Chris@0 1 class IssuePriority < Enumeration
Chris@909 2 generator_for :name, :start => 'IssuePriority0'
Chris@0 3 generator_for :type => 'IssuePriority'
Chris@0 4
Chris@0 5 end