Sha256: bf3bb2a6a564735c297c965b90832971cae8358714c0d7623e766fac69f1577e
Contents?: true
Size: 299 Bytes
Versions: 10
Compression:
Stored size: 299 Bytes
Contents
module Rack module WebSocket module Extensions autoload :Common, "#{ROOT_PATH}/websocket/extensions/common" autoload :Thin, "#{ROOT_PATH}/websocket/extensions/thin" def self.apply! Thin.apply! if defined?(::Thin) end end end end
Version data entries
10 entries across 10 versions & 2 rubygems