Class: Ruby::Box
- Inherits:
-
Object
- Object
- Ruby::Box
- Defined in:
- sig/torikago.rbs
Class Method Summary collapse
Instance Method Summary collapse
- #const_defined? ⇒ Boolean
- #const_get ⇒ Object
- #const_set ⇒ Object
- #const_source_location ⇒ [String, Integer]?
- #eval ⇒ Object
- #load ⇒ Object
- #load_path ⇒ Array[String]
- #require ⇒ Object
Class Method Details
Instance Method Details
#const_defined? ⇒ Boolean
400 |
# File 'sig/torikago.rbs', line 400
def const_defined?: (String name, bool inherit) -> bool
|
#const_get ⇒ Object
403 |
# File 'sig/torikago.rbs', line 403
def const_get: (String name, ?bool inherit) -> untyped
|
#const_set ⇒ Object
402 |
# File 'sig/torikago.rbs', line 402
def const_set: (String name, untyped value) -> untyped
|
#const_source_location ⇒ [String, Integer]?
401 |
# File 'sig/torikago.rbs', line 401
def const_source_location: (String name, bool inherit) -> [String, Integer]?
|
#eval ⇒ Object
399 |
# File 'sig/torikago.rbs', line 399
def eval: (String source) -> untyped
|
#load ⇒ Object
398 |
# File 'sig/torikago.rbs', line 398
def load: (String path) -> untyped
|
#load_path ⇒ Array[String]
396 |
# File 'sig/torikago.rbs', line 396
def load_path: () -> Array[String]
|
#require ⇒ Object
397 |
# File 'sig/torikago.rbs', line 397
def require: (String feature) -> untyped
|