TrueClass class of PicoRuby

Instance methods

!

instance.!() -> false

&

instance.&(false | nil) -> false
instance.&(untyped obj) -> bool

===

instance.===(true) -> true
instance.===(untyped obj) -> bool

^

instance.^(false | nil) -> true
instance.^(untyped obj) -> bool

to_s

instance.to_s() -> "true"

|

instance.|(untyped obj) -> true
Tags: