Method composition.
@author Mike Burns
Method repetition.
Curry a Method into a new Proc.
Memoize a method by defining a singleton override.
NOTE: This method is not a common core extension and is not loaded automatically when using require ‘facets‘.
@uncommon
require 'facets/method/memoize'
Convert a method into a new partial Proc.
@return [Boolean]
Returns true if self encapsulates a private method.
@author Robert Gleeson
Returns true if self encapsulates a protected method.
Returns true if self encapsulates a public method.
[Validate]