From Java, given:

@JRubyMethod(name = "methodX", module = true, visibility = Visibility.PRIVATE, compat = CompatVersion.RUBY1_9) public static IRubyObject setOutput(ThreadContext context, IRubyObject recv, IRubyObject output) {
        // code goes here
        return rev.getRuntime().getNil();
    }

How can I get the name of Ruby method without hardcoding it?

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to