InterviewSolution
Saved Bookmarks
| 1. |
What Is The Use Of Interpolation In Ruby? |
|
Answer» INTERPOLATION is a process of INSERTING a string into a literal. It is a very important process in RUBY. A string can be interpolated into a literal by placing a hash (#) WITHIN {} open and close BRACKETS. Interpolation is a process of inserting a string into a literal. It is a very important process in Ruby. A string can be interpolated into a literal by placing a hash (#) within {} open and close brackets. |
|