Q. What is the method used to define a class variable in Ruby? (A) @@variable_name (B) @variable_name (C) def variable_name (D) self.variable_name ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) @@variable_name