I'm trying to find info on the p method in Ruby. It seems to produce internal info on the properties of a class but when I try to search for it I get every word that has the letter p in it.
|
RubyBrain is very useful, I find. | |||
|
feedback
|
|
Have you seen the api doc page? http://www.ruby-doc.org/core/classes/Kernel.html#M006002 | |||
feedback
|
|
Each method you can call "directly", e.g: print, p, abort, puts, readline, etc., is located in the Kernel class.
| |||
feedback
|
|
Do you mean like:
| |||||
feedback
|
|
Do you need more than this? | |||
feedback
|