Hi Rubyists,
As I accumulate and modify more and more ruby codes,
I find it useful to stretch my learning curve by adding
'rake' on to my menu.
What is rake ?
Rake is like 'make' and 'ant'; they are all DSL (Domain Specific Language).
But it is unlike 'make' as 'make' is an external DSL that uses custom
syntax.
It is also unlike 'ant' as 'ant' is an external DSL that uses XML based
syntax.
Rake (has Rakefile.rb) is an internal DSL using Ruby. I started with
this rake tutorial:
http://onestepback.org/index.cgi/Tech/Rake/Tutorial/RakeTutorialIntroduction.rdoc
Hope this helps.
O Plameras
By Anonymous:
"I wanted to solve a problem so I decided to use Ruby.
After coding a few lines, I realized I solved my problem."
_______________________________________________
coders mailing list
[email protected]
http://lists.slug.org.au/listinfo/coders