Class: Object

Inherits:
BasicObject
Defined in:
lib/cb.rb

Overview

A quick monkey patch providing a public equivalent of the #method private method aliased to #callback. This is intended for use as a persistent callback object. It should be noted that using Method objects under MRI has in the past lead to user induced leaks. One must be careful when using it.