Method: IsoDoc::Function::XrefGen::Counter#initialize
- Defined in:
- lib/isodoc/function/xref_counter.rb
#initialize ⇒ Counter
Returns a new instance of Counter.
6 7 8 9 10 |
# File 'lib/isodoc/function/xref_counter.rb', line 6 def initialize @num = 0 @letter = "" @subseq = "" end |