Libraries
»
to_bool
(2.1.0)
»
Index (I)
»
Integer
Class: Integer
Inherits:
Object
Object
Integer
show all
Defined in:
lib/to_bool.rb
Instance Method Summary
collapse
#
to_bool
⇒ Object
(also: #to_boolean)
Instance Method Details
#
to_bool
⇒
Object
Also known as:
to_boolean
10 11 12
# File 'lib/to_bool.rb', line 10
def
to_bool
self
==
1
end