public
Description: Ruby 2.0 functionality implemented in Ruby 1.8.
Homepage: http://devblog.michaelgalero.com
Clone URL: git://github.com/mikong/point2.git
Search Repo:
commit  813f6e8b13fb9fd9532295a2bbe9101a8da943f8
tree    b5a0faaeb792eca46efa75e20b45a40a6bb4b9d8
parent  c7a1c0d50f4e868b3fe7919dea19b78a4ffd8480
point2 /
name age message
folder README Sun Apr 06 03:01:02 -0700 2008 Implemented Object methods public_method, publi... [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
== Point 2

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 play 
around 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.

== Installation