react.rb icon indicating copy to clipboard operation
react.rb copied to clipboard

The on(:event_name) method should take multiple events

Open catmando opened this issue 9 years ago • 1 comments

For example

Foo().on(:save) { do_something }.on(:cancel) { do_something}

should be

Foo().on(:save, :cancel) {do_something}

catmando avatar Mar 02 '16 23:03 catmando

This issue was moved to reactrb/reactrb#132

sollycatprint avatar Jun 13 '16 13:06 sollycatprint