Method: RMQTextChange#beforeTextChanged
- Defined in:
- lib/project/ruby_motion_query/rmq/event_wrappers/rmq_text_change.rb
#beforeTextChanged(s, start, count, after) ⇒ Object
16 17 18 |
# File 'lib/project/ruby_motion_query/rmq/event_wrappers/rmq_text_change.rb', line 16 def beforeTextChanged(s, start, count, after) @change_block.call(s, start, count, after) if @action == :before end |