From: Charlie Squires Date: 2005-10-29T03:07:04+09:00 Subject: Java Reflection in Ruby For part of an application I'm working on I am looking to use Java Reflection to get method information from a .class file. And I'm trying to find a way to do this with Ruby (have Ruby use Java reflection to get the info). Anyone have suggestions as to how to do it? Thanks in advance, Charlie