Hackfut Security File Manager
Current Path:
/opt/td-agent/embedded/lib/ruby/gems/2.4.0/gems/cool.io-1.5.4/lib
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.4.0
/
gems
/
cool.io-1.5.4
/
lib
/
📁
..
📄
.gitignore
(14 B)
📁
cool.io
📄
cool.io.rb
(677 B)
📄
cool.io_ext.so
(241.77 KB)
📄
coolio.rb
(75 B)
📄
iobuffer_ext.so
(41.69 KB)
Editing: cool.io.rb
#-- # Copyright (C)2011 Tony Arcieri # You can redistribute this under the terms of the Ruby license # See file LICENSE for details #++ require "cool.io/version" require "cool.io/custom_require" cool_require "iobuffer_ext" cool_require "cool.io_ext" require "cool.io/loop" require "cool.io/meta" require "cool.io/io" require "cool.io/iowatcher" require "cool.io/timer_watcher" require "cool.io/async_watcher" require "cool.io/listener" require "cool.io/dns_resolver" require "cool.io/socket" require "cool.io/server" module Coolio def self.inspect "Cool.io" end end module Cool # Allow Coolio module to be referenced as Cool.io def self.io Coolio end end
Upload File
Create Folder