Ruby Developer Question:

Can you list out the few features of Ruby?

Ruby Developer Interview Question
Ruby Developer Interview Question

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.


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?