Multiple choice technology web technology Ruby is Written in...? C java C# cobol Reveal answer Fill a bubble to check yourself A Correct answer Explanation Ruby's reference implementation (MRI) is written in C. This allows Ruby to be portable and performant. Other implementations exist (JRuby in Java, IronRuby in C#), but the core Ruby interpreter is C-based.