Method: NotifierPlugin::SetVariableHandlerType#validate_join

Defined in:
lib/tecsgen/plugin/NotifierPlugin.rb

#validate_join(handler, cell, join, *args) ⇒ Object



612
613
614
615
616
# File 'lib/tecsgen/plugin/NotifierPlugin.rb', line 612

def validate_join(handler, cell, join, *args)
  return super(handler, cell, join, *args) &&
    join.nil? &&
    handler == EVENT_HANDLER
end