Q11
What is the method used to define instance methods in Ruby?
A.
def method_name
AnswerB.
def self.method_name
C.
def class.method_name
D.
def method_name.self
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board