Module: ObjectOculus
- Defined in:
- lib/object_oculus.rb,
lib/object_oculus/classic.rb,
lib/object_oculus/methods.rb,
lib/object_oculus/version.rb,
lib/object_oculus/dummy_out.rb,
lib/object_oculus/method_finder.rb,
lib/object_oculus/frozen_section.rb
Overview
object_oculus enables you to determine what methods can be called on an object that return a given value
Some credits from Dr. Nic
Code this version is based on: Andrew Birkett’s
Improvements from Why’s blog entry:
-
what?- Why -
@@blacklist- llasram -
clonealias - Daniel Schierbeck -
$stdoutredirect - Why
Improvements from Nikolas Coukouma
-
Varargs and block support
-
Improved catching
-
Redirecting
$stdoutand$stderr(independently of Why)
A version posted in 2002 by Steven Grady
David Tran’s versions:
Defined Under Namespace
Modules: Classic, Methods Classes: DummyOut, FrozenSection, MethodFinder
Constant Summary collapse
- VERSION =
The current version
"1.2.4"