Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
How do you limit the line length of the output commands? Where ispqueue library documented?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Mason Kelsey, post: 4649346"] [Note: parts of this message were removed to make it a legal post.] Oh! This less code to write even if it leans heavily on knowing how to do regular expressions, which I am still learning. Very nice. But you made a minor typo error in your command puts pq.methods.join(", ").word_wrap which should have been puts pq.methods.join(", ").word_wrap(50) where the 50 is the max. length of the line. Much thanks, Good Code! I tested it for several different lengths. No Sam [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
How do you limit the line length of the output commands? Where ispqueue library documented?
Top