Where to find Ruby version?

I want to check the version of ruby in sketchup 2020. I googled, strange not to find any clue. Where can I get the version information?

you can type this in the ruby console:

"#{RUBY_VERSION}-p#{RUBY_PATCHLEVEL}"
1 Like

Thank you!