Explain about the defined operator?
Answer Posted / Prem Kumar Singh
"The defined? operator in Ruby checks whether a given object is defined. It returns true if the object exists and false otherwise."
Post New Answer View All Answers
Tell me the role of modules and mixins in ruby?
2