We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18456b3 commit c9299f8Copy full SHA for c9299f8
src/main/java/org/scijava/plugins/scripting/jruby/JRubyScriptLanguage.java
@@ -50,12 +50,6 @@ public JRubyScriptLanguage() {
50
super("jruby");
51
}
52
53
- @Override
54
- public String getLanguageName() {
55
- // NB: Must override, or else the name is "ruby" in small case.
56
- return "Ruby";
57
- }
58
-
59
@Override
60
public ScriptEngine getScriptEngine() {
61
// TODO: Consider adapting the wrapped ScriptEngineFactory's ScriptEngine.
0 commit comments