Class CKBinding |
|
CKBinding.bind invokes a method ( action ) of a target ( object ). You can get the result of the method by CKBinding.bind like Kernel#send. The method call can accompany arguments.
Methods |
Public Class methods |
bind( target, action, *args ) |