singleline_format(output='', maxwidth=nil, newline=nil, genspace=nil)
Class Public methods
This is similar to ::format but the result has no breaks.
maxwidth
, newline
and genspace
are
ignored.
The invocation of breakable
in the block doesn't break a
line and is treated as just an invocation of text
.
Please login to continue.