InterviewSolution
Saved Bookmarks
| 1. |
Interpolation Is A Very Important Process In Ruby, Comment? |
|
Answer» INSERTING a string into a literal is called as INTERPOLATION. Interpolation is a very important process in Ruby. Interpolation can be done by using only one way by embedding # within {}. A new name is REFERRED to the COPY of the original name. Inserting a string into a literal is called as interpolation. Interpolation is a very important process in Ruby. Interpolation can be done by using only one way by embedding # within {}. A new name is referred to the copy of the original name. |
|