Method: NotifierPlugin::NullHandlerType#validate_join
- Defined in:
- lib/tecsgen/plugin/NotifierPlugin.rb
#validate_join(handler, cell, join, *args) ⇒ Object
897 898 899 900 901 |
# File 'lib/tecsgen/plugin/NotifierPlugin.rb', line 897 def validate_join(handler, cell, join, *args) return super(handler, cell, join, *args) && join.nil? && handler != EVENT_HANDLER # handler is mandatory for normal handler! end |