Answer Posted / Manish Kumar Verma
In Ruby, `yield` is a keyword that allows you to pass control to a block associated with the method. It effectively calls the block and returns its result.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers