method

print

rails latest stable - Class: CodeBlockConverter

Method not available on this version

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

print()
public

No documentation available.

# File tools/rdoc-to-md, line 168
  def print
    if output != @source
      $stdout.write "C"
    else
      $stdout.write "."
    end
  end