method

write!

rails latest stable - Class: Comment

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

write!(out, indentation)
public

No documentation available.

# File tools/rdoc-to-md, line 54
  def write!(out, indentation)
    as_markdown.each_line do |new_markdown_line|
      out << commented(new_markdown_line, indentation).rstrip << "\n"
    end
  end