Mercurial > hg > soundsoftware-site
view test/exemplars/.svn/text-base/issue_priority_exemplar.rb.svn-base @ 238:83bf35c4f9d1 live
Merge from branch "bug_83"
author | Chris Cannam |
---|---|
date | Fri, 18 Feb 2011 10:02:10 +0000 |
parents | 513646585e45 |
children |
line wrap: on
line source
class IssuePriority < Enumeration generator_for :name, :method => :next_name generator_for :type => 'IssuePriority' def self.next_name @last_name ||= 'IssuePriority0' @last_name.succ! @last_name end end