-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: implement ls
keyword to list all object methods (like in Pry)
#103
Comments
Hey. I'll close the issue for now. |
@greyblake please re-open, it's possible with macros! It's a very basic example, but you can get other information on each method (it's signature, body, etc..) with some more macro code :) |
Doing some ruby now, and actually used About
With full methods signature, and maybe a mention when the method is generated from a macro (not possible yet from macros, but maybe we can find a workaround) |
Ruby's Pry gem has a nice
ls
method to list all object methods: https://github.com/pry/pry/wiki/State-navigation#learning-about-your-context-with-the-ls-command .It will be really helpful to have this feature in Icr.
The text was updated successfully, but these errors were encountered: