Background:
I have been researching the Rails method number_to_currency, trying to find what units are available for the currency and how to pass them to the options block. Going on both APIDock and Ruby on Rails API, and searching the Rails Repository, I have not found the actual method definition. I have also tried to call the source_location method on number_to_currency but this returned an error.
Question:
I am looking for an abstracted way of finding any RoR method definition.