Module Pry::Helpers::DocumentationHelpers
In: lib/pry/helpers/documentation_helpers.rb

This class contains methods useful for extracting documentation from methods and classes.

Methods

Public Instance methods

Given a string that makes up a comment in a source-code file parse out the content that the user is intended to read. (i.e. without leading indentation, #-characters or shebangs)

@param [String] comment @return [String]

@param [String] code @return [String]

@param [String] text @return [String]

[Validate]