|
Related Questions |
View Answer |
|
What is ruby?
|
View Answer
|
|
What is the use of load and require in Ruby?
|
View Answer
|
|
What is the use of Destructive Method?
|
View Answer
|
|
What is the Notation used for denoting class variables in Ruby?
|
View Answer
|
|
What is the naming conventions for methods that return a boolean result?
|
View Answer
|
|
How do the following methods differ: @my_string.strip and @my_string.strip! ?
|
View Answer
|
|
How do you capitalize all characters in a string?
|
View Answer
|
|
What two delimiters are used for blocks?
|
View Answer
|
|
What’s the difference in scope for these two variables: @name and @@name?
|
View Answer
|
|
How do you write to STDOUT in Ruby?
|
View Answer
|
|
How do you comment out a block of code?
|
View Answer
|
|
Explain about ruby code blocks?
|
View Answer
|
|
Explain about interpolation?
|
View Answer
|
|
Explain about Float, Dig and Max?
|
View Answer
|
|
How does ruby deal with extremely large numbers?
|
View Answer
|
|
Explain about Class variable and global variable?
|
View Answer
|
|
Explain about variables?
|
View Answer
|
|
Explain about ruby names?
|
View Answer
|
|
Explain about normal method class?
|
View Answer
|
|
Explain about methods?
|
View Answer
|