What function converts all html special symbols to html entities in ruby?
Answer / Anurag Gond
In Ruby, the `CGI::escapeHTML` method can be used to convert HTML special characters into their corresponding HTML entities.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain each of the following operators and how and when they should be used: ==, ===, eql?, Equal?
Tell us in ruby, it explains about the defined operator?
How an exception is handled in Ruby?
What is the scope of a local variable in ruby?
Is ruby supports single inheritance/ multiple inheritance or both?
Tell me how can we define ruby regular expressions?
What are advantages of using ruby?
Explain the garbage collection feature of ruby?
Mention what is the difference between a gem and a plugin in ruby?
Tell me how symbol is different from variables?
What things we can define in the model?
In Ruby, it explains about the defined operator?