How to get the (class) method document or the method list of module?
In python, I can use doc to get the method’s document, and use dir
to get the method list of a class or module.
In ruby, Is there any builtin function like dir or doc in python?
How to get the (class) method document or the method list of module?
In python, I can use doc to get the method’s document, and use dir
to get the method list of a class or module.
In ruby, Is there any builtin function like dir or doc in python?
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs