[ANN] Ruby Facets, v0.6.1

T

transami

A N N O U N C I N G

Ruby Facets, v0.6.1

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)

Happy New Year,

A new version of Ruby Facets is out: 0.6.1. This version updates the
common "mix" files to be insync with the previous 0.6 updates (they were
lagging behind at version 0.5). Not to be confused with a _mixin_, a mix
simply bundles a group of atomic requires into single file. The most
common are for the class and modules themselves. For example:

require 'facet/string'

This mix requires all String facets considerd most commonly useful.

Also added are a few new extra mixes: 'facet/rand' and
'facet/nil-as-emptiness'. 'rand' requires an assortment of random
related methods. 'nil-as-emptiness' makes NilClass return nil to a
number of common methods, like #empty? and #[].

If you are interested in contributing to a project but have little time
to spare, helping with Facets may be a perfect project. There are still
plenty of light-weight tasks to do: improve documentation, improve the
tests and write a few yet missing, improve the rohbustness of methods
themselves, including exceptional error catching, and of course there's
plenty of room for adding new goodies, too. If you have any extension
methods that you use and think may be of benefit to others, please let
us know. We are quite open to the many possibilities.

And, of course, please let us know if you come across any bugs.

You can contact us either privately or via ruby-talk, or through the new
calibre-cuts mailing-list:

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, v0.6.0 0
[ANN] Ruby Facets 0.7.2 0
[ANN] Ruby Facets 0.6.2 13
[ANN] Ruby Facets 0.6.3 0
[ANN] Facets 2005-10-30 9
[ANN] Facets / Annotations 2.0.0 1
[ANN] Facets 1.8 4
ANN: Facets 2.0 12

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top