diff options
author | taca <taca> | 2003-09-02 17:21:56 +0000 |
---|---|---|
committer | taca <taca> | 2003-09-02 17:21:56 +0000 |
commit | 382366c40baeb7b7bc0738bc5984ed20d77bb580 (patch) | |
tree | 792d61555c0b99ca1981c4aab5822697307d408b /devel/ruby-amstd | |
parent | dbe167d2cf4b245d3ebbaf0bcd08a9902f87bd11 (diff) | |
download | pkgsrc-382366c40baeb7b7bc0738bc5984ed20d77bb580.tar.gz |
Update DESCR file to current version.
Diffstat (limited to 'devel/ruby-amstd')
-rw-r--r-- | devel/ruby-amstd/DESCR | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/devel/ruby-amstd/DESCR b/devel/ruby-amstd/DESCR index 7c5ec697941..0154979a0f3 100644 --- a/devel/ruby-amstd/DESCR +++ b/devel/ruby-amstd/DESCR @@ -3,15 +3,14 @@ This is the AMbicious STanDard library, available under GPL2. It is a collection of miscellaneous Ruby modules by Minero Aoki. Several modules of his are using those modules. -bench.rb: very simple benchmark packing.rb: makes package (.tar.gz) -bug.rb: 'bug!' method pipeline.rb: filter file -dispatch.rb: "event handler" method rbparams.rb: parameters related ruby -errutil.rb: protects exception recycle.rb: recycles objects -extmod.rb: abstract/property methods rubyemu.rb: ruby emuration -futils.rb: file utilities strquote.rb: String#quoted -gconst.rb: defines global constant timer.rb: timer class -getdep.rb: gets file dependency to_s.rb: _name2str, _type2str -inst.rb: helps installation version.rb: VersionNumber class +aliasing.rb: alias for class method and module function +bench.rb: very simple benchmark +bug.rb: 'bug!' method +const.rb: const method +d.rb: p object must.rb: must/must_have/must_be methods +protect.rb: protect from exceptions +timer.rb: timer class +version.rb: VersionNumber class Author: Minero Aoki <aamine@dp.u-netsurf.ne.jp> |