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 451177b commit b343722Copy full SHA for b343722
src/main/java/org/truffleruby/RubyLanguage.java
@@ -35,7 +35,7 @@
35
@TruffleLanguage.Registration(
36
name = "Ruby",
37
id = TruffleRuby.LANGUAGE_ID,
38
- implementationName = TruffleRuby.ENGINE_ID,
+ implementationName = "TruffleRuby",
39
version = TruffleRuby.LANGUAGE_VERSION,
40
characterMimeTypes = TruffleRuby.MIME_TYPE,
41
defaultMimeType = TruffleRuby.MIME_TYPE,
0 commit comments