ruby - how to check what object that a method bind to? -
ruby - how to check what object that a method bind to? -
i read unbind method object, , have known how bind particular object, start wondering there method available check object method bind to
the receiver of method returned aptly named method#receiver
method.
ruby
Comments
Post a Comment