Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
ruby-metaclass
Ruby library adding a metaclass method to all Ruby objects
http://github.com/floehopper/metaclass
0
no reviews
Install
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.