Method: Cinch::Channel#clear_users
- Defined in:
- lib/cinch/channel.rb
#clear_users
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.
Removes all users
405 406 407 |
# File 'lib/cinch/channel.rb', line 405 def clear_users @users.clear end |