Within a method, you can get the names you've given the arguments by calling local_variables
at the beginning (since no other local variables will have been defined at the time).
However, I don't think any good will come of this for any purpose besides maybe logging info. If you have a specific goal in mind, we could probably find something more idiomatic.