Hacker News new | ask | show | jobs
by quesera 1793 days ago
And just to be clear, to_s will return a string, but it will definitely not do the craziness of converting an integer into an English representation of the number!

    9.to_s
    => "9"