Sha256: 97065bb500ee566b0b7d10e89f7a4e231a55ac213d06b07ab62f6bc0d9378bee

Contents?: true

Size: 301 Bytes

Versions: 17

Compression:

Stored size: 301 Bytes

Contents

require_relative "xref_counter"

module IsoDoc
  class Xref
    def clause_counter(num = 0, opts = {})
      opts[:numerals] ||= :arabic
      ::IsoDoc::XrefGen::Counter.new(num, opts)
    end

    def list_counter(num = 0, opts = {})
      ::IsoDoc::XrefGen::Counter.new(num, opts)
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
isodoc-3.1.3 lib/isodoc/xref/xref_counter_types.rb
isodoc-3.1.2 lib/isodoc/xref/xref_counter_types.rb
isodoc-3.1.1 lib/isodoc/xref/xref_counter_types.rb
isodoc-3.1.0 lib/isodoc/xref/xref_counter_types.rb
isodoc-3.0.4 lib/isodoc/xref/xref_counter_types.rb
isodoc-3.0.3 lib/isodoc/xref/xref_counter_types.rb
isodoc-3.0.2 lib/isodoc/xref/xref_counter_types.rb
isodoc-3.0.1 lib/isodoc/xref/xref_counter_types.rb
isodoc-3.0.0 lib/isodoc/xref/xref_counter_types.rb
isodoc-2.12.9 lib/isodoc/xref/xref_counter_types.rb
isodoc-2.12.8 lib/isodoc/xref/xref_counter_types.rb
isodoc-2.12.7 lib/isodoc/xref/xref_counter_types.rb
isodoc-2.12.6 lib/isodoc/xref/xref_counter_types.rb
isodoc-2.12.5 lib/isodoc/xref/xref_counter_types.rb
isodoc-2.12.4 lib/isodoc/xref/xref_counter_types.rb
isodoc-2.12.3 lib/isodoc/xref/xref_counter_types.rb
isodoc-2.12.2 lib/isodoc/xref/xref_counter_types.rb