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