Y
Hacker News
new
|
ask
|
show
|
jobs
by
djacobs
5003 days ago
That's the base case. It takes arguments, too, and if you give it a block, it prints out the result of the block called in the receiver's scope.
2 comments
manveru
5003 days ago
Why `p` though? That's a method on Kernel already and does puts(args.inspect)
link
djacobs
5001 days ago
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
link
manveru
4995 days ago
Thank you very much.
link
nagnatron
5003 days ago
Cool, looks like a useful library.
link