Okay well i dont usually do this, but i've ran into a wall and can't find my way around it...but how would you alias an update method, i've tried doing the usual aliasing way of:-
But it doesn't seem to work and brings forward a Object error.
Thank you
~Mac
Code:
class name
def update
alias window_whatever_upda update
OLD CODE HERE
whatever_window_upda
NEW CODE
end
But it doesn't seem to work and brings forward a Object error.
Thank you
~Mac