How do the following methods differ: @my_string.strip and @my_string.strip! ?
How do the following methods differ: @my_string.strip and @my_string.strip! ?
Answer
The strip! method modifies the variable directly. Calling strip (without the !) returns a copy of the variable with the modifications, the original variable is not altered.
Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website.
If you are using this website then its your own responsibility to understand the content of the website