Off topic - A new Ruby book

Hello People,

I have written a free to use Ruby book Page Not Found | Lulu

Hope you people read it and give your suggestions.

On 12 October 2010 16:40, Karthikeyan [email protected] wrote:

Hello People,

I have written a free to use Ruby book Page Not Found | Lulu

Hope you people read it and give your suggestions.

To be honest, that’s a good effort.
I’d suggest removing the reference that ‘eval(“string”)’ is a good way
of making symbols - I’d use “string”.intern instead :slight_smile:
And just after that, you use loads of symbols with capitalised initial
letters - not ideal naming convention. Otherwise, pretty good (I even
learnt about “shebang” which I had not know before :wink:

Thanks for your feedback. Will try to correct as soon as possible.