Module: WhatsUp
- Defined in:
- lib/whats_up.rb,
lib/whats_up/classic.rb,
lib/whats_up/methods.rb,
lib/whats_up/version.rb,
lib/whats_up/dummy_out.rb,
lib/whats_up/method_finder.rb,
lib/whats_up/frozen_section.rb
Overview
Some credits: Code this version is based on: Andrew Birkett
http://www.nobugs.org/developer/ruby/method_finder.html
Improvements from Why’s blog entry
-
what? == - Why
-
@@blacklist - llasram
-
clone alias - Daniel Schierbeck
-
$stdout redirect - Why redhanded.hobix.com/inspect/stickItInYourIrbrcMethodfinder.html
Improvements from Nikolas Coukouma
-
Varargs and block support
-
Improved catching
-
Redirecting $stdout and $stderr (independently of Why) atrustheotaku.livejournal.com/339449.html
A version posted in 2002 by Steven Grady:
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/32844
David Tran’s versions:
-
Checks permutations of arguments www.doublegifts.com/pub/ruby/methodfinder2.rb.html
Defined Under Namespace
Modules: Classic, Methods Classes: DummyOut, FrozenSection, MethodFinder
Constant Summary collapse
- VERSION =
The current version
"1.2"