RUBY

Ruby support via TruffleRuby

Properties

Link copied to clipboard
open override val engine: String

Engine which this language is based on; for example, Kotlin and Scala are "java" engines, and TypeScript is a "js" engine.

Link copied to clipboard

Invocation modes supported by this language.

Link copied to clipboard
open override val label: String

Label to show in UI circumstances for this language.

Link copied to clipboard
open override val languageId: String

A unique string representing this language.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Whether this language supports server-side rendering (SSR) or not.

Link copied to clipboard

Whether this language supports streaming-style SSR.

Link copied to clipboard
open override val symbol: String

String symbol to use when referring to this language in the API.