[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] Ruby Facets 0.6.3

Trans

4/17/2005 5:47:00 PM


A N N O U N C I N G

Ruby Facets, v0.6.3

Fantastic Atomic Core Extensions


ABSTRACT: Ruby Facets is a cornicopia of core extensions for the Ruby
programming language. It is unique by virtue of the atomicity of its
design. Methods are stored in their own files, allowing for extremely
granular control of requirements. Ruby Facets is a subproject of Ruby
Calibre.


For More Information
http://calibre.rub...



ALL YOUR BASE ARE BELONG TO RUBY!


------------------------------------------------------------------------
(from ANN)

Hi--

Ruby Facets 0.6.3 is now out. This version adds some new methods (as
usual). But the biggest news is that Facets is now avaialble via
RubyGems. To install simply run 'gem install facets'.

Here's a rundown of the ChangeLog for 0.6.3:

* Added kernel/require_all which allows one to require a pattern of
files, making it easy to require every file in a directory.

* Added hash/traverse and hash/traverse!, which takes a block and
iterates over each key-value pair descending into subhash values and
applying the block. Thanks goes to Ara T. Howard and robert for their
help.

* Changed enumerable/build_hash to enumerable/graph. The method
#build_hash has been aliased to #graph for the time being for backward
compatability.

* Added hash/collect. This uses enumerable/graph so that hash/collect
will return a hash rather then an array.

* Added numeric/before and numeric/after in place of #ago and #since
and
aliased #ago and #since to them, per the suggestions of Francis Hwang.

* Added "poor man's profiler", time/elapse. Credit goes to Hal Fulton.

* Added array/last_index. Thanks goes to Jabari.

If you have any extension methods that you use and think may be of
benefit to others, please submit them. And, of course, please let me
know if you come across any bugs.

You can contact me either privately or via ruby-talk, or via the Ruby
Muse mailing list, suby-ruby at berlios.de (membership required).

http://rubyforge.org/mailman/listinfo/ca...


Thanks,
T.

------------------------------------------------------------------------
Generated by Reap, a dedicated Ruby Packaging Assistant.
Do you Ruby? (http://www.rub...)