Source: ruby-metaclass Section: ruby Maintainer: Debian Ruby Team Uploaders: Cédric Boutillier Build-Depends: debhelper-compat (= 14), gem2deb Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-metaclass.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-metaclass Homepage: https://github.com/floehopper/metaclass Package: ruby-metaclass Architecture: all Description: Ruby library adding a metaclass method to all Ruby objects 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.