What must you do first before you can invoke an unboundmethod object?
Answer Posted / Vaibhav Singh
Before invoking an unboundmethod object in Ruby, you must bind it to a specific object instance using the `.new` method or assign it to a method of an existing object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers