Libraries
»
sphene
(0.2.0)
»
Index (B)
»
Sphene
»
Types
»
Boolean
Class: Sphene::Types::Boolean
Inherits:
Base
Object
Base
Sphene::Types::Boolean
show all
Defined in:
lib/sphene/types/boolean.rb
Class Method Summary
collapse
.
perform
(value) ⇒ Object
Methods inherited from
Base
cast
Class Method Details
.
perform
(value) ⇒
Object
6 7 8
# File 'lib/sphene/types/boolean.rb', line 6
def
self
.
perform
(
value
)
!
!
value
end