Created
December 27, 2010 17:53
-
-
Save moretea/756355 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ javap Meh | |
| Compiled from "Meh.rb" | |
| public class Meh extends org.jruby.ast.executable.AbstractScript{ | |
| public Meh(); | |
| public static org.jruby.runtime.builtin.IRubyObject __file__(Meh, 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 static org.jruby.runtime.builtin.IRubyObject class_0$RUBY$Meh(Meh, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block); | |
| public static org.jruby.runtime.builtin.IRubyObject method__1$RUBY$main(Meh, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block); | |
| public static org.jruby.runtime.builtin.IRubyObject method__1$RUBY$main(Meh, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block); | |
| public static org.jruby.runtime.builtin.IRubyObject class_0$RUBY$Meh(Meh, 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, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block); | |
| 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