kit-doc edge

Base class
YARD::CodeObjects::Base
View Source

rubocop:disable Style/Documentation


Link to this section Summary ⚠️ Private APIs are currently hidden.

Inheritance: Object

Link to this section Instance methods 1

Link to this method

#docstring_rendered(locale = nil)

View Source

In the original code flow, the html rendering is done directly in templates.

This addition allows us to access the rendered version anywhere, and to cache it.

Note: this is an addition, not present in the original class.