Class: TrueClass

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

Overview

Extra boolean support for the TrueClass class.

Instance Method Summary collapse

Instance Method Details

#to_i1

Returns:

  • (1)


29
30
31
# File 'lib/filigree/boolean.rb', line 29

def to_i
	1
end