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