lib/asciidoctor/core_ext.rb



# frozen_string_literal: true
require_relative 'core_ext/nil_or_empty'
require_relative 'core_ext/hash/merge'
if RUBY_ENGINE == 'opal'
  require_relative 'core_ext/match_data/names'
else
  require_relative 'core_ext/float/truncate'
  require_relative 'core_ext/regexp/is_match'
end