From: Sard Aukary Date: 2006-08-10T20:19:18+09:00 Subject: Method arguments. 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/.