Module: RuGUI::PropertyChangedSupport
- Defined in:
- lib/rugui/property_changed_support.rb
Defined Under Namespace
Modules: ClassMethods Classes: PropertyChangedBlock
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
48 49 50 51 52 |
# File 'lib/rugui/property_changed_support.rb', line 48 def self.included(base) base.class_inheritable_accessor :property_changed_blocks base.property_changed_blocks = [] base.extend(ClassMethods) end |