method
fill_breakable
v1_8_6_287 -
Show latest stable
- Class:
PrettyPrint
fill_breakable(sep=' ', width=sep.length)public
No documentation available.
# File lib/prettyprint.rb, line 160
def fill_breakable(sep=' ', width=sep.length)
group { breakable sep, width }
end