Method: BBB::Components::Pinnable::ClassMethods#after_connect_callbacks
- Defined in:
- lib/BBB/components/pinnable.rb
#after_connect_callbacks ⇒ Object
Convenience function on class level that holds the callbacks (anything that responds to call OR a symbol) that need to be called after the pins get connected.
40 41 42 |
# File 'lib/BBB/components/pinnable.rb', line 40 def after_connect_callbacks @after_connect_callbacks ||= [] end |