Skip to content

Commit

Permalink
[refactor] do not fail (error-prone) on expression
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Aug 11, 2023
1 parent a61df83 commit 2ff5f43
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/src/main/java/org/jruby/EvalType.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package org.jruby;

/**
* Code evaluation type
*/
public enum EvalType {
NONE, BINDING_EVAL, INSTANCE_EVAL, MODULE_EVAL
};
}

0 comments on commit 2ff5f43

Please sign in to comment.