FalseClass class of PicoRuby

Instance methods

!

instance.!() -> true

&

instance.&(untyped obj) -> false

===

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

^

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

to_s

instance.to_s() -> "false"

|

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