class PheltObject::Error
- PheltObject::Error
- Reference
- Object
Defined in:
object/object.crConstant Summary
-
TYPE =
"error"
Constructors
Instance Method Summary
- #column : Int32
- #column=(column : Int32)
-
#inspect : String
Returns an unambiguous and information-rich string representation of this object, typically intended for developers.
- #line : Int32
- #line=(line : Int32)
- #message : ::String
- #message=(message : ::String)
- #pretty : ::String
- #pretty=(pretty : ::String)
- #type
Constructor Detail
Instance Method Detail
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
.