Method: Wonkavision::Plugins::EventHandling::ClassMethods#create_binding
- Defined in:
- lib/wonkavision/plugins/event_handling.rb
#create_binding(name, handler, *args) ⇒ Object
53 54 55 |
# File 'lib/wonkavision/plugins/event_handling.rb', line 53 def create_binding(name,handler,*args) Wonkavision::EventBinding.new(name,handler,*args) end |