From: Abder-Rahman Ali Date: 2010-09-20T18:07:52+09:00 Subject: How can this Java method header be represented in Ruby I have a Java method header that looks something like follows: public static short[][] setFile(String fileName) { ... } How can I write this in Ruby? Thanks. -- Posted via http://www.ruby-forum.com/.