We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 772b45b commit 712f1e5Copy full SHA for 712f1e5
src/main/java/org/jruby/rack/ext/Logger.java
@@ -467,13 +467,6 @@ private void doLog(RubyString message) {
467
logger.log( message );
468
}
469
470
- // (old) BufferedLogger API compatibility :
471
-
472
- @JRubyMethod(name = "flush", alias = { "auto_flushing", "auto_flushing=" })
473
- public IRubyObject stub(final ThreadContext context) {
474
- return context.nil;
475
- }
476
477
/**
478
* @deprecated Likely, no longer used at all, mostly for 1.1 compatibility.
479
*/
0 commit comments