ruby-std

Is there a Ruby equivalent to the C++ std::setw(int) function?

一世执手 提交于 2019-12-23 02:18:10
问题 I am outputting some text tables to a terminal and would like to be able to use something like the C++ std::setw() function to provide padding for my output rather than guessing at the number of spaces or tabs required. Before I go knock together something to do this, is there already a function or Ruby Gem which does this? Std::setw() for those who need a few cobwebs flow out (like me) http://www.cplusplus.com/reference/iostream/manipulators/setw/ I am using Ruby 1.8 at present so a solution