Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Someone
53 days ago
|
parent
|
context
|
favorite
| on:
Ruby already solved my problem
>> Good luck finding where the `process` function is called from. You can't even search for `process(` like you can in most languages.
> You can search for "def process"
That tells you where it is defined, not where it is called from.
15155
53 days ago
[–]
True. `caller` tells you where it is called from, during runtime.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
> You can search for "def process"
That tells you where it is defined, not where it is called from.