annotate test/exemplars/issue_priority_exemplar.rb @ 1199:bae194c52296 live

Merge from branch cannam
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Wed, 23 Jan 2013 11:10:20 +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