[ci skip] Fix formatting in Action Cable Connection::Base module docs

This commit is contained in:
Prathamesh Sonpatki 2016-09-07 08:04:52 +05:30
parent 2352fcc162
commit 0c9ef8d943
No known key found for this signature in database
GPG Key ID: 8B90F6B89E2BCB71

@ -105,7 +105,7 @@ def send_async(method, *arguments)
worker_pool.async_invoke(self, method, *arguments) worker_pool.async_invoke(self, method, *arguments)
end end
# Return a basic hash of statistics for the connection keyed with `identifier`, `started_at`, and `subscriptions`. # Return a basic hash of statistics for the connection keyed with <tt>identifier</tt>, <tt>started_at</tt>, <tt>subscriptions</tt>, and <tt>request_id</tt>.
# This can be returned by a health check against the connection. # This can be returned by a health check against the connection.
def statistics def statistics
{ {