87 88 89 90
# File 'lib/websocket/driver.rb', line 87 def state return nil unless @ready_state >= 0 STATES[@ready_state] end