Class: FalseClass

Inherits:
Object show all
Defined in:
lib/fOOrth/monkey_patch/false.rb

Overview

Extensions to the FalseClass class required by the fOOrth language system.

Instance Method Summary collapse

Instance Method Details

#to_foorth_bObject

Convert this object to a fOOrth boolean.



7
8
9
# File 'lib/fOOrth/monkey_patch/false.rb', line 7

def to_foorth_b
  self
end