Sha256: ee1f224baff38b3c0460a1df8e2ecc2d04d243357e0392806bee00a0be5149a0

Contents?: true

Size: 236 Bytes

Versions: 10

Compression:

Stored size: 236 Bytes

Contents

# frozen_string_literal: true

module Stepmod
  module Utils
    module Converters
      class PassThrough < ReverseAdoc::Converters::Base
        def convert(node, state = {})
          node.to_s
        end
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
stepmod-utils-0.3.5 lib/stepmod/utils/converters/pass_through.rb
stepmod-utils-0.3.4 lib/stepmod/utils/converters/pass_through.rb
stepmod-utils-0.3.2 lib/stepmod/utils/converters/pass_through.rb
stepmod-utils-0.3.1 lib/stepmod/utils/converters/pass_through.rb
stepmod-utils-0.3.0 lib/stepmod/utils/converters/pass_through.rb
stepmod-utils-0.2.7 lib/stepmod/utils/converters/pass_through.rb
stepmod-utils-0.2.6 lib/stepmod/utils/converters/pass_through.rb
stepmod-utils-0.2.5 lib/stepmod/utils/converters/pass_through.rb
stepmod-utils-0.2.4 lib/stepmod/utils/converters/pass_through.rb
stepmod-utils-0.2.3 lib/stepmod/utils/converters/pass_through.rb