X7ROOT File Manager
Current Path:
/opt/cpanel/ea-ruby27/root/usr/share/ruby/ruby-2.7.8
opt
/
cpanel
/
ea-ruby27
/
root
/
usr
/
share
/
ruby
/
ruby-2.7.8
/
??
..
??
English.rb
(6.11 KB)
??
abbrev.rb
(3.45 KB)
??
base64.rb
(3.3 KB)
??
benchmark
??
benchmark.rb
(18.02 KB)
??
bigdecimal
??
bigdecimal.rb
(24 B)
??
bundler
??
bundler.rb
(23.16 KB)
??
cgi
??
cgi.rb
(9.8 KB)
??
coverage.rb
(368 B)
??
csv
??
csv.rb
(54.34 KB)
??
date.rb
(1.04 KB)
??
debug.rb
(29.91 KB)
??
delegate
??
delegate.rb
(11.08 KB)
??
did_you_mean
??
did_you_mean.rb
(3.72 KB)
??
digest
??
digest.rb
(2.83 KB)
??
drb
??
drb.rb
(50 B)
??
erb.rb
(28.81 KB)
??
expect.rb
(2.17 KB)
??
fiddle
??
fiddle.rb
(1.68 KB)
??
fileutils.rb
(48.12 KB)
??
find.rb
(2.47 KB)
??
forwardable
??
forwardable.rb
(8.92 KB)
??
getoptlong
??
getoptlong.rb
(15.42 KB)
??
io
??
ipaddr.rb
(19.52 KB)
??
irb
??
irb.rb
(26.96 KB)
??
json
??
json.rb
(1.77 KB)
??
kconv.rb
(5.72 KB)
??
logger
??
logger.rb
(16.4 KB)
??
matrix
??
matrix.rb
(60.26 KB)
??
mkmf.rb
(86.46 KB)
??
monitor.rb
(6.76 KB)
??
mutex_m.rb
(2.16 KB)
??
net
??
observer
??
observer.rb
(5.83 KB)
??
open-uri.rb
(25.48 KB)
??
open3
??
open3.rb
(21.81 KB)
??
openssl
??
openssl.rb
(469 B)
??
optionparser.rb
(59 B)
??
optparse
??
optparse.rb
(59.49 KB)
??
ostruct
??
ostruct.rb
(10.53 KB)
??
pathname.rb
(16.17 KB)
??
pp.rb
(15.6 KB)
??
prettyprint.rb
(15.89 KB)
??
prime.rb
(12.37 KB)
??
pstore
??
pstore.rb
(14.71 KB)
??
psych
??
psych.rb
(21.21 KB)
??
racc
??
racc.rb
(137 B)
??
rdoc
??
rdoc.rb
(4.88 KB)
??
readline.rb
(113 B)
??
reline
??
reline.rb
(12.94 KB)
??
resolv-replace.rb
(1.76 KB)
??
resolv.rb
(73.52 KB)
??
rexml
??
rinda
??
ripper
??
ripper.rb
(2.44 KB)
??
rss
??
rss.rb
(2.89 KB)
??
rubygems
??
rubygems.rb
(38.19 KB)
??
securerandom.rb
(9.3 KB)
??
set.rb
(24.04 KB)
??
shellwords.rb
(6.66 KB)
??
singleton
??
singleton.rb
(4.06 KB)
??
socket.rb
(43.65 KB)
??
syslog
??
tempfile.rb
(10.95 KB)
??
time.rb
(24.01 KB)
??
timeout
??
timeout.rb
(3.98 KB)
??
tmpdir.rb
(4.04 KB)
??
tracer
??
tracer.rb
(6.48 KB)
??
tsort.rb
(14.3 KB)
??
un.rb
(9.96 KB)
??
unicode_normalize
??
uri
??
uri.rb
(2.97 KB)
??
weakref.rb
(1.44 KB)
??
webrick
??
webrick.rb
(6.73 KB)
??
yaml
??
yaml.rb
(1.8 KB)
Editing: coverage.rb
require "coverage.so" module Coverage def self.line_stub(file) lines = File.foreach(file).map { nil } iseqs = [RubyVM::InstructionSequence.compile_file(file)] until iseqs.empty? iseq = iseqs.pop iseq.trace_points.each {|n, type| lines[n - 1] = 0 if type == :line } iseq.each_child {|child| iseqs << child } end lines end end
Upload File
Create Folder