Object
Unique creates unique variable names.
# File lib/unique.rb, line 9 9: def self.next 10: @@curr += 1 11: "temp_#{@@curr}".intern 12: end
# File lib/unique.rb, line 5 5: def self.reset # mostly for testing 6: @@curr = 0 7: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.