Module: SelectorRelinquish
- Included in:
- Selector
- Defined in:
- tomes/components/selector/selector_relinquish.rb
Overview
All methods related to deleting data from the Selector’s attributes.
Instance Method Summary collapse
Instance Method Details
#drop ⇒ Void
6 7 8 |
# File 'tomes/components/selector/selector_relinquish.rb', line 6 def drop self.possession = nil end |
#forget ⇒ Void
11 12 13 |
# File 'tomes/components/selector/selector_relinquish.rb', line 11 def forget self.memory = nil end |
#reset! ⇒ Void
16 17 18 19 |
# File 'tomes/components/selector/selector_relinquish.rb', line 16 def reset! drop forget end |