Module: Transmogrifiers::DouchyNumbers
- Defined in:
- lib/transmogrifiers/douchy_numbers.rb
Instance Method Summary collapse
Instance Method Details
#transmogrify(name) ⇒ Object
3 4 5 6 7 |
# File 'lib/transmogrifiers/douchy_numbers.rb', line 3 def transmogrify(name) @count ||= 0 @count += 1 :"douche#{'%02d' % @count}" end |