ruby-metaclass

Ruby library adding a metaclass method to all Ruby objects
  http://github.com/floehopper/metaclass
  0
  no reviews



This simple Ruby library provides for every Ruby object a method called "__metaclass__", returning a class attached the object, which offers possibilities of metaprogramming, like adding specific methods to the object.