Extended maintenance of Ruby versions 1.8.7 and 1.9.2 ended on July 31, 2014. Read more
# File prettyprint.rb, line 354
def breakable(sep=' ', width=nil)
@output << sep
end
# File prettyprint.rb, line 373
def first?
result = @first[-1]
@first[-1] = false
result
end