Method: Cinch::Syncable#unsync
- Defined in:
- lib/cinch/syncable.rb
#unsync(attribute)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
This method returns an undefined value.
47 48 49 |
# File 'lib/cinch/syncable.rb', line 47 def unsync(attribute) @synced_attributes.delete(attribute) end |