Ruby have a lot of tricks to reduce the code you write... but... in that sense is like perl and have is own set, and a lot of people hates perl(not me), specially that offuscation capacietes.
I dont know if ruby can have that offuscated code, anyway. But what im wondering is... ¿what features of ruby language to use?
For example you dont need to write return each time, because it autoreturns the last value used. Thats very strange compared to anything other.
A other thing thats seems somewhat bad is to not use the () for call functions. If the program writed call functions with a different color it will be better, but i take time to understand these things and ever have been this type of difference between function and variable...
You have discovered some clever ruby tricks, also?
I dont know if ruby can have that offuscated code, anyway. But what im wondering is... ¿what features of ruby language to use?
For example you dont need to write return each time, because it autoreturns the last value used. Thats very strange compared to anything other.
A other thing thats seems somewhat bad is to not use the () for call functions. If the program writed call functions with a different color it will be better, but i take time to understand these things and ever have been this type of difference between function and variable...
You have discovered some clever ruby tricks, also?