5

我想使用 Rubypp来“打印”到变量而不是 STDOUT。这是怎么做的?

4

1 回答 1

11
require 'pp'
result = PP.pp(some_variable, "")
于 2013-01-02T18:47:04.903 回答