Binary package “ruby-metaclass” in ubuntu bionic

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.