Method: XfOOrth::SymbolMap.restart
- Defined in:
- lib/fOOrth/symbol_map.rb
.restart(start) ⇒ Object
Reset the incrementer to the given string. This used for testing only.
Parameters:
-
start - The new starting point of the generated symbols.
Note:
-
FOR TESTING ONLY.
67 68 69 |
# File 'lib/fOOrth/symbol_map.rb', line 67 def self.restart(start) @incrementer = start end |