[Source]
# File lib-plugins/yapra/plugin/test/test2.rb, line 10 10: def on_error(ex) 11: logger.debug 'on error2!!' 12: end
# File lib-plugins/yapra/plugin/test/test2.rb, line 5 5: def run(data) 6: logger.debug 'test2!!' 7: data 8: end
[Validate]