class Pyramid::VirtualMachine::Value
- Pyramid::VirtualMachine::Value
- Reference
- Object
Defined in:
pyramid/virtual_machine/value.crConstructors
Instance Method Summary
- #pointer : Pointer(Void)
- #pointer=(pointer : Pointer(Void))
- #to_bool
- #to_i32
- #to_i64
-
#to_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
- #to_u32
- #to_u64
- #type : String
- #type=(type : String)
- #unwrap
Constructor Detail
Instance Method Detail
def to_s
#
Description copied from class Object
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO)
which can be overridden for custom implementations.
Also see #inspect
.