lib/stepmod/utils/converters/pass_through.rb in stepmod-utils-0.4.8 vs lib/stepmod/utils/converters/pass_through.rb in stepmod-utils-0.4.9

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true module Stepmod module Utils module Converters - class PassThrough < ReverseAdoc::Converters::Base + class PassThrough < Stepmod::Utils::Converters::Base def convert(node, _state = {}) node.to_s end end end