A Admin • 828.03K Points Coach Q. How do you check the truthiness of a value in Ruby? (A) if (value) then code end (B) if value do code end (C) if value != false (D) if value.is_truthy? Correct Answer - Option(C) Views: 13 Filed under category Ruby Hashtags: Share Manage Tags
Discusssion
Login to discuss.