⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
lib
/
ruby
/
gems
/
3.0.0
/
gems
/
rbs-1.0.4
/
schema
/
View File Name :
methodType.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "block": { "type": "object", "properties": { "type": { "$ref": "function.json" }, "required": { "type": "boolean" } }, "required": ["type", "required"] } }, "title": "Method type: `() -> void`, `[X] (::Integer) { (::String) -> X } -> Array[X]`, ...", "type": "object", "properties": { "type_params": { "type": "array", "items": { "type": "string" } }, "type": { "$ref": "function.json" }, "block": { "oneOf": [ { "$ref": "#/definitions/block" }, { "type": "null" } ] }, "location": { "$ref": "location.json" } }, "required": ["type_params", "type", "block", "location"] }