Libraries
»
rdo-postgres
(0.0.10)
»
Index
»
RDO
»
Postgres
»
Array
»
Boolean
»
#format_value
Method: RDO::Postgres::Array::Boolean#format_value
Defined in:
lib/rdo/postgres/array/boolean.rb
#
format_value
(v) ⇒
Object
16 17 18
# File 'lib/rdo/postgres/array/boolean.rb', line 16
def
format_value
(
v
)
(
!
!
v
)
.
to_s
end