Answers for "can you use embedded ruby in a script tag"

1

embedded ruby tag

#The tag when we dont want the text to be shown on the screen (example: loops, if-else statements etc.)
<% writeAnyCodeHere %>
#When we want to show the content of the tag on the screen 
<%= writeAnyCodeThatYouWantToDisplay %>
Posted by: Guest on May-02-2021

Code answers related to "can you use embedded ruby in a script tag"

Browse Popular Code Answers by Language