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