Sha256: 5bae1076c481f3b0cd1ea52a15431d411636a504d43f6b8c77d175b7ef872c85

Contents?: true

Size: 150 Bytes

Versions: 9

Compression:

Stored size: 150 Bytes

Contents

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
reverse_adoc-0.3.7 lib/reverse_adoc/converters/pass_through.rb
reverse_adoc-0.3.6 lib/reverse_adoc/converters/pass_through.rb
reverse_adoc-0.3.5 lib/reverse_adoc/converters/pass_through.rb
reverse_adoc-0.3.4 lib/reverse_adoc/converters/pass_through.rb
reverse_adoc-0.3.3 lib/reverse_adoc/converters/pass_through.rb
reverse_adoc-0.3.1 lib/reverse_adoc/converters/pass_through.rb
reverse_adoc-0.3.0 lib/reverse_adoc/converters/pass_through.rb
reverse_adoc-0.2.10 lib/reverse_adoc/converters/pass_through.rb
reverse_adoc-0.2.9 lib/reverse_adoc/converters/pass_through.rb