nova
k
u
n
Experiments
Game's Portfolio
Rails Portfolio
Blog
Log In
Experiments
Game's Portfolio
Rail's Portfolio
Blog
Log In
How can you define a class-level method in Ruby?
Select the correct way to define a method on the class itself.
def Class.method
def self.method_name
method Class.method_name
def class.method_name
Question 1 of 10