Answer the question
In order to leave comments, you need to log in
How to find a hint about a method and its parameters from the command line?
I am a newbie developer in ruby on rails. And it would help me a lot if I could get a hint about the parameters of a method (eg File.open) from the command line. For example help File.open.
Answer the question
In order to leave comments, you need to log in
Replace default irb with pry
gem install pry
gem install pry-doc (если нужна стандартая либа)
pry
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question