Skip to content

Commit

Permalink
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -23,13 +23,13 @@
public final class RubyArguments {

private enum ArgumentIndicies {
DECLARATION_FRAME,
CALLER_FRAME,
METHOD,
DECLARATION_CONTEXT,
FRAME_ON_STACK_MARKER,
SELF,
BLOCK
DECLARATION_FRAME, // 0
CALLER_FRAME, // 1
METHOD, // 2
DECLARATION_CONTEXT, // 3
FRAME_ON_STACK_MARKER, // 4
SELF, // 5
BLOCK // 6
}

private final static int RUNTIME_ARGUMENT_COUNT = ArgumentIndicies.values().length;

0 comments on commit c9b74c1

Please sign in to comment.