Method: Cinch::Syncable#unsync

Defined in:
lib/cinch/syncable.rb

#unsync(attribute) ⇒ void

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.

API:

  • private



49
50
51
# File 'lib/cinch/syncable.rb', line 49

def unsync(attribute)
  @synced_attributes.delete(attribute)
end