Module Pry::MethodInfo
In: lib/pry-doc/pry_ext/method_info.rb

Methods

aliases   gem_root   info_for  

Public Class methods

Retrieves aliases of the given method.

@param [Method, UnboundMethod] meth The method object @return [Array<UnboundMethod>] the aliases of the given method if they

  exist, otherwise an empty array

FIXME: this is unnecessarily limited to ext/ and lib/ directories.

@return [String] the root directory of a given gem directory

Retrieve the YARD object that contains the method data.

@param [Method, UnboundMethod] meth The method object @return [YARD::CodeObjects::MethodObject] the YARD data for the method

[Validate]