Skip to content

nitroo/bananas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Ruby library that finds monkey patches.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages