Project

bananas

0.0
No commit activity in last 3 years
No release in over 3 years
Bananas is a library for displaying monkey patches defined on a given tree of objects. It uses simple criterion to introspect an object for externally-defined methods. It is intended to be used for debugging.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.8
~> 10.0
 Project Readme

Bananas

Bananas is a library for displaying monkey patches defined on a given tree of objects. It uses simple criterion to introspect an object for externally-defined methods. It is intended to be used for debugging.

Installation

Bananas is available as a gem from RubyGems.

$ gem install bananas

Usage

Bananas can be used as a module

require "bananas"
Bananas.monkey_patches

or via the command line.

$ bananas --help
usage: bananas.rb [options]
    -m, --module [MOD]               The module to search for monkey patches. Required.
    -r, --require X,Y,Z              The list of dependencies to search with.
    -h, --help                       Print this message.
    -v, --version                    Print version information.