D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
PrettyPrint
/
Filename :
breakable-i.yaml
back
Copy
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: This tells "you can break a line here if necessary", and a <tt>width</tt>\-column text <tt>sep</tt> is inserted if a line is not broken at the point. - !ruby/struct:SM::Flow::P body: If <tt>sep</tt> is not specified, " " is used. - !ruby/struct:SM::Flow::P body: If <tt>width</tt> is not specified, +sep.length+ is used. You will have to specify this when <tt>sep</tt> is a multibyte character, for example. full_name: PrettyPrint#breakable is_singleton: false name: breakable params: (sep=' ', width=sep.length) visibility: public