DEV Community

Ben Halpern
Ben Halpern

Posted on

Ruby 3.1.0 Released

Official post

  • YJIT: New experimental in-process JIT compiler disabled by default (needs --yjit cli option), limited to Unix-like x86-64 platforms for now
  • debug gem: A new debugger
  • error_highlight: Fine-grained error location in backtrace
  • IRB Autocomplete and Document Display
  • Values in Hash literals and keyword arguments can be omitted
  • Pin operator in pattern matching now takes an expression

Top comments (3)

Collapse
 
boredcodeon profile image
boredandcode

Revisting the dev world this year and seem to be having a pretty good experience with Ruby on windows. Is ruby / rails good to go on windows now? I recall it being a bit different a couple of years back.

Collapse
 
yanivnoema profile image
Yaniv Noema

πŸ₯³

Collapse
 
timosarkar profile image
Timo Sarkar

Wow, awesome!