--- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
- !ruby/struct:SM::Flow::P
body: Dissociates meth from it's current receiver. The resulting UnboundMethod can subsequently be bound to a new object of the same class (see UnboundMethod).
full_name: Method#unbind
is_singleton: false
name: unbind
params: |
meth.unbind => unbound_method
visibility: public