Untitled

Run Settings
LanguageRuby
Language Version
Run Command
Thread.new { loop {} } # if this executed, we'd be stuck in an infinite loop a = [] t = Thread.new { a << 42 } p a # didn't execute t.join p a
Editor Settings
Theme
Key bindings
Full width
Lines