Difference between revisions of "Ruby Experiments"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
Line 5: | Line 5: | ||
* http://pietschsoft.com/post/2008/11/02/Implementing-Namespaces-in-Ruby-using-Nested-Modules.aspx Namespaces | * http://pietschsoft.com/post/2008/11/02/Implementing-Namespaces-in-Ruby-using-Nested-Modules.aspx Namespaces | ||
* http://blog.jayfields.com/2008/02/implementing-internal-dsl-in-ruby.html | * http://blog.jayfields.com/2008/02/implementing-internal-dsl-in-ruby.html | ||
* http://codeidol.com/other/rubyckbk/Modules-and-Namespaces/Implementing-Enumerable-Write-One-Method,-Get-22-Free/ | |||
[[Category:Ruby]] | [[Category:Ruby]] |
Revision as of 11:52, 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://pietschsoft.com/post/2008/11/02/Implementing-Namespaces-in-Ruby-using-Nested-Modules.aspx Namespaces
- http://blog.jayfields.com/2008/02/implementing-internal-dsl-in-ruby.html
- http://codeidol.com/other/rubyckbk/Modules-and-Namespaces/Implementing-Enumerable-Write-One-Method,-Get-22-Free/