Can method names be capitalized?
Answer / Aarti
Yes, in Ruby, method names can start with a capital letter. In fact, it is common to use Capitalized Words to denote Class Names and Capitalized letters separated by underscores for Method Names.
| Is This Answer Correct ? | 0 Yes | 0 No |
Do you know when self.up and self.down method is used?
Difference between nil and false in ruby?
Tell us in ruby, it explains about the defined operator?
what is a class library in Ruby?
Explain about the defined operator?
Tell me how you define instance variable, global variable and class variable in ruby?
Overview of ruby programming language?
Explain about the defined operator in ruby?
Explain do while loop in ruby.
What is the use of global variable $ in Ruby?
Name different methods for io console in ruby?
What are the different uses of ruby modules?