0.01
No release in over 3 years
Low commit activity in last 3 years
Dynamic inspection of the hierarchy of method definitions on a Ruby object.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 0.0.1
 Project Readme

Introspection CircleCI status for floehopper/introspection Gem Version

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.