Skip to content

Instantly share code, notes, and snippets.

@er1c
Created December 13, 2014 00:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save er1c/86905fbdb0cc3abadb34 to your computer and use it in GitHub Desktop.
Save er1c/86905fbdb0cc3abadb34 to your computer and use it in GitHub Desktop.
$ javap bin/msbin.class
Compiled from "bin/msbin.rb"
public class bin.msbin extends org.jruby.ast.executable.AbstractScript {
public bin.msbin();
public static org.jruby.runtime.builtin.IRubyObject __file__(bin.msbin, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
public org.jruby.runtime.builtin.IRubyObject __file__(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
public org.jruby.runtime.builtin.IRubyObject load(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, boolean);
public static void main(java.lang.String[]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment