Object
Unique creates unique variable names.
# File lib/unique.rb, line 9 def self.next @@curr += 1 "temp_#{@@curr}".intern end
# File lib/unique.rb, line 5 def self.reset # mostly for testing @@curr = 0 end
[Validate]
Generated with the Darkfish Rdoc Generator 2.