method
breakable
v1_8_7_330 -
Show latest stable
- Class:
PrettyPrint::SingleLine
breakable(sep=' ', width=nil)public
No documentation available.
# File lib/prettyprint.rb, line 354
def breakable(sep=' ', width=nil)
@output << sep
end