class ReverseAsciidoctor::Converters::Ignore

Public Instance Methods

convert(node, state = {}) click to toggle source
# File lib/reverse_asciidoctor/converters/ignore.rb, line 4
def convert(node, state = {})
  '' # noop
end