Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.222
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby32 /
share /
gems /
gems /
rbs-2.8.2 /
Delete
Unzip
Name
Size
Permission
Date
Action
core
[ DIR ]
drwxr-xr-x
2026-05-05 23:07
docs
[ DIR ]
drwxr-xr-x
2026-05-05 23:07
exe
[ DIR ]
drwxr-xr-x
2026-05-05 23:07
lib
[ DIR ]
drwxr-xr-x
2026-05-05 23:07
schema
[ DIR ]
drwxr-xr-x
2026-05-05 23:07
sig
[ DIR ]
drwxr-xr-x
2026-05-05 23:07
stdlib
[ DIR ]
drwxr-xr-x
2026-04-07 17:42
steep
[ DIR ]
drwxr-xr-x
2026-05-05 23:07
BSDL
1.25
KB
-rw-r--r--
2026-04-07 17:42
CHANGELOG.md
46.48
KB
-rw-r--r--
2026-04-07 17:42
COPYING
2.38
KB
-rw-r--r--
2026-04-07 17:42
Gemfile
523
B
-rw-r--r--
2026-04-07 17:42
Gemfile.lock
2.34
KB
-rw-r--r--
2026-04-07 17:42
README.md
4.66
KB
-rw-r--r--
2026-04-07 17:42
Rakefile
6.31
KB
-rw-r--r--
2026-04-07 17:42
Steepfile
1.1
KB
-rw-r--r--
2026-04-07 17:42
exts.mk
2.46
KB
-rw-r--r--
2026-04-07 17:42
goodcheck.yml
2.39
KB
-rw-r--r--
2026-04-07 17:42
Save
Rename
D = Steep::Diagnostic target :lib do signature "sig" check "lib" ignore( "lib/rbs/prototype/runtime.rb", "lib/rbs/test", "lib/rbs/test.rb" ) library "set", "pathname", "json", "logger", "monitor", "tsort", "uri", 'dbm', 'pstore', 'singleton', 'shellwords', 'fileutils', 'find', 'digest' signature 'stdlib/yaml/0' signature "stdlib/strscan/0/" signature "stdlib/optparse/0/" signature "stdlib/rdoc/0/" configure_code_diagnostics do |config| config[D::Ruby::MethodDefinitionMissing] = :hint config[D::Ruby::ElseOnExhaustiveCase] = :hint config[D::Ruby::FallbackAny] = :hint end end # target :lib do # signature "sig" # # check "lib" # Directory name # check "Gemfile" # File name # check "app/models/**/*.rb" # Glob # # ignore "lib/templates/*.rb" # # # library "pathname", "set" # Standard libraries # # library "strong_json" # Gems # end # target :spec do # signature "sig", "sig-private" # # check "spec" # # # library "pathname", "set" # Standard libraries # # library "rspec" # end