lib/stepmod/utils/converters/ext_descriptions.rb in stepmod-utils-0.4.8 vs lib/stepmod/utils/converters/ext_descriptions.rb in stepmod-utils-0.4.9
- old
+ new
@@ -1,10 +1,10 @@
# frozen_string_literal: true
module Stepmod
module Utils
module Converters
- class ExtDescriptions < ReverseAdoc::Converters::Base
+ class ExtDescriptions < Stepmod::Utils::Converters::Base
def convert(node, state = {})
treat_children(node, state)
end
end
ReverseAdoc::Converters.register :ext_descriptions, ExtDescriptions.new