Class Test::Unit::Util::ProcWrapper
In: lib/test/unit/util/procwrapper.rb
Parent: Object

Allows the storage of a Proc passed through ’&’ in a hash.

Note: this may be inefficient, since the hash being used is not necessarily very good. In Observable, efficiency is not too important, since the hash is only accessed when adding and removing listeners, not when notifying.

Methods

==   eql?   hash   new   to_proc  

Public Class methods

Creates a new wrapper for a_proc.

Public Instance methods

eql?(other)

Alias for #==

[Validate]

ruby-doc.org is a service of James Britt and Rising Tide Software, a Ruby application development company in Phoenix, AZ.

Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.

For more information on the Ruby programming language, visit ruby-lang.org.

Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.