What is ruby software and where and when it is usefull.
Answer / Jai Prakash
Ruby is an open-source, high-level programming language created in 1995 by Yukihiro Matsumoto (matz). It is dynamic, easy to read, and well-suited for web development due to its focus on simplicity and productivity. Ruby software is useful in a wide range of applications, from web development with frameworks like Rails, Sinatra, and Padrino, to scripting, automation, data analysis, and more.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me what is the difference between calling super() and super call?
Name some operators used in ruby.
how many ways you can create a concatenating string?
How would you freeze an object in ruby? Can you provide a simple example?
Interpolation is a very important process in Ruby, comment.
Please explain each of the following operators and how and when they should be used: ==, ===, eql?, Equal?
What are Ruby iterators?
Define ruby methods.
How ruby looks up a method to invoke?
Tell me how you can list all routes for an application?
How to use sql db or mysql db. Without defining it in the database.yml
Tell me the role of modules and mixins in ruby?