Class Coercible::Coercer::TrueClass
In: lib/coercible/coercer/true_class.rb
Parent: Object

Coerce true values

Methods

to_string  

Public Instance methods

Coerce given value to String

@example

  coercer[TrueClass].to_string(true)  # => "true"

@param [TrueClass] value

@return [String]

@api public

[Validate]