New to Ruby and ROR and loving it each day, so here is my question since I have not idea how to google it (and I have tried :) ) we have method def foo(first_name, last_name, age, sex, is_plumber) # some code # error happens here logger.error "Method has failed, here are all method arguments #{SOMETHING}" end So what I am looking for way to get all arguments passed to method, without listing each
