bot_ex v0.2.0 BotEx.Helpers.Tools
Secondary functions
Link to this section Summary
Link to this section Functions
Checked if the file exists at the given path
Parameters
- path: file path in any valid format for
File.exists?/1
Link to this function
is_behaviours?(module, behaviour)
Checks the behavior is implemented by module
Parameters
- module: module for checking
- behaviour: behaviour for checking