a) Method keyword arguments
b) New literals
c) Security fixes
d) All of the mentioned
Ruby2.0 has several new added features and it is much stable than its older versions.
a) Using multiline comments
b) Using single line comments
c) No option to comment
d) All of the mentioned
Multiple lines can be commented using multiline comments.
a) True
b) False
Nested if means statement inside statement.
a) True
b) False
The until loop is sort of like backward while.
a) Inclusive range
b) Exclusive range
c) Both inclusive and exclusive range
d) None of the mentioned
1..10 means start from one and go till 9 and even include 10.
Items per page: