[Nitro] Consistency
transfire at gmail.com
transfire at gmail.com
Sat Feb 3 09:42:12 EST 2007
On Feb 3, 4:54 am, "George Moschovitis" <george.moschovi... at gmail.com>
wrote:
> Dear devs,
>
> I will perform the following changes to the source code (to make it little
> more consistent):
>
> - use everywhere alias instead of alias_method
downside of this it that alias can't take a variable.
a = "newtest"
b = "test"
alias a b
doesn't work. so if you want it all the same every where use
alias_method.
t.
More information about the Nitro-general
mailing list