[DRE-commits] [SCM] ruby-metaclass.git branch, master, updated. upstream/0.0.1-8-ged54325

Cédric Boutillier cedric.boutillier at gmail.com
Fri Dec 30 14:46:07 UTC 2011


The following commit has been merged in the master branch:
commit ed543258bef4996310e30842626f557fc7591e95
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Thu Dec 29 22:25:10 2011 +0100

    enhance long description

diff --git a/debian/control b/debian/control
index d520eb9..b7e82ce 100644
--- a/debian/control
+++ b/debian/control
@@ -16,5 +16,6 @@ Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 Description: Ruby library adding a metaclass method to all Ruby objects
- This simple Ruby library provides for every Ruby object a __metaclass__ method
- giving the possibility to modify its own class.
+ 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.

-- 
ruby-metaclass.git



More information about the Pkg-ruby-extras-commits mailing list