Is there a way to refer to the arguments passed to a function, so I can avoid re-stating the argument inside it like the example below? puts "this is a test"[4.."this is a test".length] -- Posted via http://www.ruby-forum.com/.