12件ヒット
[1-12件を表示]
(0.006秒)
検索結果
先頭1件
-
prettyprint (7.0)
-
pretty printing アルゴリズムのためのライブラリです。
...lo'
p2.text(s)
p2.group(p2.indent + s.size + 1) do
p2.breakable
p2.text('a')
p2.breakable
p2.text('b')
p2.breakable
p2.text('c')
end
p2.flush
puts p2.output
#=>
# hello
# a
# b
# c
//}
=== References
Christian Lindig, Strictly Pretty, March 2000,
http://www.st.cs.uni-s...