what is the Notation used for denoting class variables in Ruby?
Answer / Sachin Arya
In Ruby, class variables are denoted using two at signs (@@). They are shared among all instances of a class and its subclasses.
| Is This Answer Correct ? | 0 Yes | 0 No |
difference between activesupport's “hashwithindifferentaccess” and ruby's “hash”?
Explain about the programming language ruby?
what is the difference between a single quote and double quote?
How many types of associations relationships does a model has?
Overview of ruby programming language?
What is yield statement in ruby.
Explain Ruby if-else statement?
Explain while loop in ruby.
Explain about ruby names?
Explain me what the difference is between false and nil in ruby?
Explain case statement in Ruby?
Mention what is the difference between a gem and a plugin in ruby?