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="James Edward Gray II, post: 4649331"] There's not really a built-in tool for this, no. Try this: require "pp" pp pg.methods The pp for "pretty print" library does account for things such as wrapping. The reason would be that it's not a standard library that ships with Ruby. You must have grabbed it from somewhere, so that's where you should look for documentation. Hope that helps. James Edward Gray II [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
How do you limit the line length of the output commands? Where ispqueue library documented?
Top