Programmatically getting FULL Ruby version?

前端 未结 2 2050
执念已碎
执念已碎 2021-02-11 14:39

I know it\'s possible to get the Ruby version (e.g. \"1.9.3\") via the RUBY_VERSION constant. However, I want to know how to go about determining the exact version

2条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-11 14:51

    At least in the newest Ruby (2.3.0), there is also a RUBY_DESCRIPTION constant:

    RUBY_DESCRIPTION
    # => "ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-linux]"
    

提交回复
热议问题