Ruby Developer Question: Download Ruby Developer PDF

Can you list out the few features of Ruby?

Tweet Share WhatsApp

Answer:

☛ Free format – You can start writing from program from any line and column
☛ Case sensitive – The uppercase and lowercase letters are distinct
☛ Comments – Anything followed by an unquoted #, to the end of the line on which it appears, is ignored by the interpreter
☛ Statement delimiters- Multiple statements on one line must be separated by semicolons, but they are not required at the end of a line.

Download Ruby Developer PDF Read All 74 Ruby Developer Questions
Previous QuestionNext Question
Please explain the three levels of access control for Ruby methods?Tell me how you can list all routes for an application?