public
Rubygem
Description: ObjectProxy provides a proxied interface to Ruby objects. It lets you add methods to objects that don't normally support them.
Homepage: http://6brand.com
Clone URL: git://github.com/JackDanger/object_proxy.git
Search Repo:
pluginifying the ObjectProxy gem
Jack Danger Canty (author)
Thu Mar 06 13:41:49 -0800 2008
commit  4c4381bf4a04b19a1ab0ecaef860e23bd545b8ef
tree    21b855f7fa695f50f9aa2e05959948bd8902ee21
parent  cad9db585a5f9da17a3878d44e6b37dc30acc160
...
 
...
1
0
@@ -1 +1,2 @@
0
+require 'object_proxy'
...
 
...
1
0
@@ -1 +1,2 @@
0
+puts IO.read(File.join(File.dirname(__FILE__), 'README.txt'))

Comments

    No one has commented yet.