Class: TrueClass

Inherits:
Object show all
Defined in:
lib/rltk/util/monkeys.rb

Overview

Monkey-patched TrueClass class.

Instance Method Summary collapse

Instance Method Details

#to_i1

Returns:

  • (1)


118
119
120
# File 'lib/rltk/util/monkeys.rb', line 118

def to_i
	1
end