Method: Sequence#_delete_position
- Defined in:
- lib/sequence.rb
#_delete_position(p) ⇒ Object
Delete p from the list of children (from #position). Should only be used by child Position.
706 707 708 |
# File 'lib/sequence.rb', line 706 def _delete_position(p) # :nodoc: @change_listeners.delete(p) end |