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 c8ea8bf commit ad37676Copy full SHA for ad37676
core/src/main/java/org/jruby/javasupport/JavaUtilities.java
@@ -60,7 +60,7 @@ public static IRubyObject get_proxy_or_package_under_package(ThreadContext conte
60
@JRubyMethod(module = true, visibility = Visibility.PRIVATE)
61
public static IRubyObject register_converter(ThreadContext context, IRubyObject recv, IRubyObject source, IRubyObject target, IRubyObject converter, Block block) {
62
if (block.isGiven()) {
63
- context.runtime.getWarnings().warn("block passed to `reigster_converter' ignored");
+ context.runtime.getWarnings().warn("block passed to `register_converter' ignored");
64
}
65
66
if (!(source instanceof RubyClass)) {
0 commit comments