Write a Ruby program to print the following 'here document'.
Ruby Code:
puts( <<-eos Sample string : a string that you "don't" have to escape This is a ....... multi-line heredoc string --------> example eos )
Sample string : a string that you "don't" have to escape This is a ....... multi-line heredoc string --------> example
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Ruby Code: