1.

Interpolation Is A Very Important Process In Ruby, Comment?

Answer»

► Interpolation is the PROCESS of INSERTING a STRING into a literal.
► You can interpolate a string into a literal by placing a HASH (#) within {} open and close brackets.
► This refers to a new name to by referring to the copy of the original method.

► Interpolation is the process of inserting a string into a literal.
► You can interpolate a string into a literal by placing a Hash (#) within {} open and close brackets.
► This refers to a new name to by referring to the copy of the original method.



Discussion

No Comment Found