method

commented

v7.2.3 - Show latest stable - Class: Comment
commented(markdown, indentation)
private

No documentation available.

# File tools/rdoc-to-md, line 70
    def commented(markdown, indentation)
      (" " * indentation) + "# " + markdown
    end