Method: Vedeu::Boolean.coerce

Defined in:
lib/vedeu/boolean.rb

.coerce(value = nil) ⇒ Boolean

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:



12
13
14
# File 'lib/vedeu/boolean.rb', line 12

def self.coerce(value = nil)
  new(value).coerce
end