[ANN] Ruby Facets 0.6.3

T

Trans

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.rubyforge.org



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/calibre-cuts


Thanks,
T.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

[ANN] Ruby Facets 0.7.2 0
[ANN] Ruby Facets, v0.6.1 0
[ANN] Ruby Facets 0.6.2 13
[ANN] Ruby Facets, v0.6.0 0
[ANN] Facets 1.8 4
[ANN] Facets / Annotations 2.0.0 1
Facets 2.8.3 released 1
[ANN] ri_cal 0.6.3 Released 0

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top