aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/asciidoctor-macros/commaize-block.rb
blob: aff6a3c193bc027c7fabaa6fd7208b80de4ecd8e (plain)
1
2
3
4
5
6
# SPDX-License-Identifier: MIT
RUBY_ENGINE == 'opal' ? (require 'commaize-block/extension') : (require_relative 'commaize-block/extension')

Extensions.register do
  block CommaizeBlock
end