Module: Upkeep::Runtime::CurrentAttributesClassObserver
- Defined in:
- lib/upkeep/runtime.rb
Instance Method Summary collapse
Instance Method Details
#attribute(*names, **options) ⇒ Object
620 621 622 623 624 |
# File 'lib/upkeep/runtime.rb', line 620 def attribute(*names, **) result = super Runtime.wrap_current_attribute_readers(self, names) result end |