-
Notifications
You must be signed in to change notification settings - Fork 52
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
add pretty print to object mod #732
add pretty print to object mod #732
Conversation
Signed-off-by: Brian Downs <brian.downs@gmail.com>
Signed-off-by: Brian Downs <brian.downs@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of comments!
Signed-off-by: Brian Downs <brian.downs@gmail.com>
A question for you, would you expect a method called |
Yeah, that's a good point. I'll update this to print to stdout. What would you want the method name to be that would returned the "pretty" string? |
Actually we probably don't need the non-print version as you can just use |
Good point. |
Signed-off-by: Brian Downs <brian.downs@gmail.com>
Thanks so much for this! |
Resolves: #682
What's Changed:
Added pretty print function into the Object module.
Type of Change:
Housekeeping:
Screenshots (If Applicable):