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