Method: ActionCable::Server::Base#mutex
- Defined in:
- actioncable/lib/action_cable/server/base.rb
#mutex ⇒ Object (readonly)
Returns the value of attribute mutex.
29 30 31 |
# File 'actioncable/lib/action_cable/server/base.rb', line 29 def mutex @mutex end |