Method: React::Component::ClassMethods#static_call_back
- Defined in:
- lib/react/component/class_methods.rb
#static_call_back(name, &block) ⇒ Object
130 131 132 |
# File 'lib/react/component/class_methods.rb', line 130 def static_call_back(name, &block) static_call_backs[name] = block end |