class ReverseAsciidoctor::Converters::PassThrough
Public Instance Methods
convert(node, state = {})
click to toggle source
# File lib/reverse_asciidoctor/converters/pass_through.rb, line 4 def convert(node, state = {}) node.to_s end