public this repo is viewable by everyone
Description: Ruby 2.0 functionality implemented in Ruby 1.8.
Homepage: http://devblog.michaelgalero.com
Clone URL: git://github.com/mikong/point2.git
Repo Search:
point2 /
name age message
folder README Thu May 22 01:32:41 -0700 2008 Added Ruby Facets link in the README. [mikong]
folder point2.rb Sun Apr 06 03:01:02 -0700 2008 Implemented Object methods public_method, publi... [mikong]
folder spec/ Sun Apr 06 03:01:02 -0700 2008 Implemented Object methods public_method, publi... [mikong]
README
== Point2

Ruby 2.0 functionality implemented in Ruby 1.8.

The objective of this project is not to port the next version of Ruby to Ruby 1.8. This project was created to 
experiment with metaprogramming. Read this {blog 
entry}[http://devblog.michaelgalero.com/2008/04/03/ruby-19-hash-in-ruby-18/] on how this project came about.

If you're looking for a useful library extending the Ruby core, check out {Ruby facets}[http://facets.rubyforge.org/] 
instead.