class Selenium::WebDriver::WebSocketConnection
def messages
because its keys are WebSocket message identifiers and they should be
We should be thread-safe to use the hash without synchronization
def messages @messages ||= {} end
def messages @messages ||= {} end