Difference between revisions of "Ruby Experiments"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) (Created page with '=Intro= * http://www.dcmanges.com/blog/the-power-of-implementing-ruby-in-ruby Category:Ruby') |
PeterHarding (talk | contribs) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= | =Some Interesting Examples= | ||
* http://www.dcmanges.com/blog/the-power-of-implementing-ruby-in-ruby | * http://www.dcmanges.com/blog/the-power-of-implementing-ruby-in-ruby | ||
* http://blog.headius.com/2007/12/groovy-in-ruby-implement-interface-with.html | |||
* http://blog.jayfields.com/2008/02/implementing-internal-dsl-in-ruby.html | |||
=Modules and Namespaces= | |||
* http://www.builderau.com.au/program/ruby/print.htm?TYPE=story&AT=339281874-339028320t-320002027c | |||
* http://codeidol.com/other/rubyckbk/Modules-and-Namespaces/Implementing-Enumerable-Write-One-Method,-Get-22-Free/ | |||
* http://pietschsoft.com/post/2008/11/02/Implementing-Namespaces-in-Ruby-using-Nested-Modules.aspx Namespaces | |||
[[Category:Ruby]] | [[Category:Ruby]] |
Latest revision as of 11:54, 18 March 2010
Some Interesting Examples
- http://www.dcmanges.com/blog/the-power-of-implementing-ruby-in-ruby
- http://blog.headius.com/2007/12/groovy-in-ruby-implement-interface-with.html
- http://blog.jayfields.com/2008/02/implementing-internal-dsl-in-ruby.html
Modules and Namespaces
- http://www.builderau.com.au/program/ruby/print.htm?TYPE=story&AT=339281874-339028320t-320002027c
- http://codeidol.com/other/rubyckbk/Modules-and-Namespaces/Implementing-Enumerable-Write-One-Method,-Get-22-Free/
- http://pietschsoft.com/post/2008/11/02/Implementing-Namespaces-in-Ruby-using-Nested-Modules.aspx Namespaces