L
LAMBEAU Bernard
Hi all,
Is there any way to create a alias-like method allowing arguments not
to be separated by comma?
def my_alias(from, to)
...
end
myalias :me :you
thx
blambeau
Is there any way to create a alias-like method allowing arguments not
to be separated by comma?
def my_alias(from, to)
...
end
myalias :me :you
thx
blambeau