beautify (mixed value) ⇒ string
Returns a beautified version of a value.
First available: Version 1.7.5
Notes
This method takes the value in, calculates the type of the value and
then decides which way is best to output it. If the value checked
is not an associative array, list or object then it simply runs the to_string
method on the value.
Comments