Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 393 Bytes

Boolean.md

File metadata and controls

17 lines (12 loc) · 393 Bytes

Class Boolean

superclass: PrimitiveValue; instanceArchitecture: #Abstract

Page still under construction; sorry about that.

Instance Methods

{{ protocol: #converting method: [## asBoolean

    "Answer a value representing the Boolean value of the receiver.
    If there is no such value, raise the MustBeBoolean exception."

    ^self

]}}