README.md

April 10, 2017 ยท View on GitHub

Metaclass Build Status Gem Version

Adds a __metaclass__ method to all Ruby objects.

Motivations

  • Even though WhyTheLuckyStiff's metaid gem does something similar, apparently the metaclass method without underscores doesn't play well with Rails v2.3.
  • I'm trying to extract code out of the mocha gem and this is an obvious candidate.

License

This library is released under the MIT License. See COPYING.txt.

Contents

  1. 1Metaclass
  2. 2Motivations
  3. 3License