Class: FalseClass

Inherits:
Object show all
Defined in:
lib/filigree/boolean.rb

Overview

Extra boolean support for the FalseClass class.

Instance Method Summary collapse

Instance Method Details

#to_i0

Returns:

  • (0)


37
38
39
# File 'lib/filigree/boolean.rb', line 37

def to_i
	0
end