⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.25
Server IP:
109.199.105.153
Server:
Linux connect.inboxifs.com 5.15.0-152-generic #162-Ubuntu SMP Wed Jul 23 09:48:42 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
ruby
/
gems
/
3.0.0
/
gems
/
typeprof-0.12.0
/
smoke
/
Edit File: constant2.rb
def foo(x) end foo(UNDEFINED_CONSTANT) foo(1) C = "dummy" class C def foo end self.new.foo end BAR = 1 BAR = "str" def log(x) end log(BAR) __END__ # Errors smoke/constant2.rb:8: [error] the class "C" is String smoke/constant2.rb:15: [warning] already initialized constant Object::BAR # Classes class Object BAR: String private def foo: (Integer | untyped x) -> nil def log: (String x) -> nil end class C def foo: -> nil end
Simpan