Q. Which of the following is true about optional parameters in Ruby methods? (A) They must be specified during method definition (B) They have default values assigned (C) They are always required (D) They cannot be used with block parameters ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) They have default values assigned