Nov 13, 2007 #1 lordhavoc1610 Programmer Joined Jun 24, 2007 Messages 2 Location US Can a methd call on another methd liks so? def methodA varA= 'World!' end def methodB methodA puts 'Hello ' + varA end
Can a methd call on another methd liks so? def methodA varA= 'World!' end def methodB methodA puts 'Hello ' + varA end