File: README.md

package info (click to toggle)
ruby-introspection 0.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 172 kB
  • sloc: ruby: 643; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 548 bytes parent folder | download
1
2
3
4
5
6
7
8
9
## Introspection [![Build Status](https://travis-ci.org/floehopper/introspection.svg?branch=master)](https://travis-ci.org/floehopper/introspection) [![Gem Version](https://badge.fury.io/rb/introspection.png)](http://badge.fury.io/rb/introspection)

Dynamic inspection of the hierarchy of method definitions on a Ruby object.

Motivations :-

* Extract code that may be generally useful from Mocha.
* Learn more about the Ruby's Object, Class & Module and the method receiver chain.
* Detect undesirable changes to classes made by other libraries.