#bind(ref, filters: default_filters, to: nil, &block) ⇒ Object
4
5
6
7
8
9
10
# File 'lib/aggro/binding_dsl.rb', line 4defbind(ref,filters:default_filters,to:nil,&block)iftobindings<<Aggro.event_bus.subscribe(ref.id,self,to,filters)elsebind_blockref,filters,&blockendend