Method: YARD::Docstring#all

Defined in:
lib/yard/docstring.rb

#allString (readonly)

Returns the raw documentation (including raw tag text).

Returns:

  • (String)

    the raw documentation (including raw tag text)

[View source]

26
27
28
# File 'lib/yard/docstring.rb', line 26

def all
  @all
end