Class: Method

Inherits:
Object
  • Object
show all
Defined in:
lib/rebind.rb

Instance Method Summary collapse

Instance Method Details

#rebind(*args, &block) ⇒ Object



2
3
4
# File 'lib/rebind.rb', line 2

def rebind(*args,&block)
  unbind.bind(*args,&block)
end