Method: ConverterBase#author_comment_force_close

Defined in:
lib/converterbase.rb

#author_comment_force_closeObject



769
770
771
772
773
# File 'lib/converterbase.rb', line 769

def author_comment_force_close
  if @in_author_comment_block
    outputs(AUTHOR_COMMENT_CHUKI[@in_author_comment_block][:close])
  end
end