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