abstract class Objects::MObject

Direct Known Subclasses

Defined in:

evaluator.cr
objects.cr

Instance Method Summary

Instance methods inherited from class Object

also(& : self | Nil -> _) : self also, or_else(alternative) or_else

Instance Method Detail

def error? : Bool #

[View source]
def if_not_error(& : MObject -> MObject | Nil) : MObject | Nil #

[View source]
abstract def inspect : String #
Description copied from class Object

Returns an unambiguous and information-rich string representation of this object, typically intended for developers.

This method should usually not be overridden. It delegates to #inspect(IO) which can be overridden for custom implementations.

Also see #to_s.


[View source]
def truthy? : Bool #

[View source]
def type_desc : String #

[View source]