Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/main/java/org/jruby/RubyModule.java
Original file line number Diff line number Diff line change
@@ -128,8 +128,6 @@ public class RubyModule extends RubyObject {
private static final Logger LOG = LoggerFactory.getLogger(RubyModule.class);
// static { LOG.setDebugEnable(true); } // enable DEBUG output

protected static final String ERR_INSECURE_SET_CONSTANT = "Insecure: can't modify constant";

public static final ObjectAllocator MODULE_ALLOCATOR = new ObjectAllocator() {
@Override
public IRubyObject allocate(Ruby runtime, RubyClass klass) {

0 comments on commit 626e0a5

Please sign in to comment.