Method: Boson::Manager::API#before_create_commands
- Defined in:
- lib/boson/manager.rb
#before_create_commands(lib) ⇒ Object
Method hook called before create_commands
85 86 87 88 89 |
# File 'lib/boson/manager.rb', line 85 def before_create_commands(lib) if lib.is_a?(RunnerLibrary) && lib.module Inspector.add_method_data_to_library(lib) end end |