Coerce true values
Coerce given value to String
@example
coercer[TrueClass].to_string(true) # => "true"
@param [TrueClass] value
@return [String]
@api public
# File lib/coercible/coercer/true_class.rb, line 18 def to_string(value) value.to_s end
Generated with the Darkfish Rdoc Generator 2.