[–] GreenWatermelon 3y ago ↗ This is amazing! I work with ruby in my day job (unsurprisingly, Rails), and had no idea about existence of measure, though admittedly most of our codebases run Ruby versions older than 3. [–] fortysixdegrees 3y ago ↗ Me too but embedded (yip, ruby embedded). Love this!! [–] typohaiku 3y ago ↗ Yeah, this was news to me too. It looks very handy.Friendly PSA: Support (security patches) for ruby < 3.0 ended this month. [–] semiquaver 3y ago ↗ Starting in ruby 2.6, irb is a gem bundled with ruby, so you can upgrade to the latest version in older rubies: https://github.com/ruby/irb#installation
[–] typohaiku 3y ago ↗ Yeah, this was news to me too. It looks very handy.Friendly PSA: Support (security patches) for ruby < 3.0 ended this month.
[–] semiquaver 3y ago ↗ Starting in ruby 2.6, irb is a gem bundled with ruby, so you can upgrade to the latest version in older rubies: https://github.com/ruby/irb#installation
[–] quechimba 3y ago ↗ Nice, had no idea. Does this also work with pry? Or is there a plugin or something?Edit: Just googled. Didn't find anything about pry, but I found https://st0012.dev/whats-new-in-ruby-3-2-irb [–] [deleted] 3y ago ↗ (comment deleted)
8 comments
[ 4.3 ms ] story [ 33.3 ms ] threadFriendly PSA: Support (security patches) for ruby < 3.0 ended this month.
Edit: Just googled. Didn't find anything about pry, but I found https://st0012.dev/whats-new-in-ruby-3-2-irb
I work with ruby daily and its nice to see this built in.