Comment on Letters: A tiny debugging library for RubyparentComments−manveru13yWhy `p` though? That's a method on Kernel already and does puts(args.inspect)−djacobsOP13yJust changed it. I was hoping people wouldn't mix and match, but I don't mind using `o` instead:https://github.com/davejacobs/letters/issues/6−manveru13yThank you very much.
Comments
Why `p` though? That's a method on Kernel already and does puts(args.inspect)
Just changed it. I was hoping people wouldn't mix and match, but I don't mind using `o` instead:
https://github.com/davejacobs/letters/issues/6
Thank you very much.