Flowdock
fill_breakable(sep=' ', width=sep.length) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/prettyprint.rb, line 158
  def fill_breakable(sep=' ', width=sep.length)
    group { breakable sep, width }
  end
Register or log in to add new notes.