[前][次][番号順一覧][スレッド一覧]

ruby-changes:56496

From: Kazuhiro <ko1@a...>
Date: Sun, 14 Jul 2019 22:18:21 +0900 (JST)
Subject: [ruby-changes:56496] Kazuhiro NISHIYAMA: ab31e13e75 (master): doc/globals.rdoc: Add RUBY_PATCHLEVEL [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=ab31e13e75

From ab31e13e7513ffb08af41b0fc5f779c8d4a78fc2 Mon Sep 17 00:00:00 2001
From: Kazuhiro NISHIYAMA <zn@m...>
Date: Sun, 14 Jul 2019 22:03:52 +0900
Subject: doc/globals.rdoc: Add RUBY_PATCHLEVEL [ci skip]


diff --git a/doc/globals.rdoc b/doc/globals.rdoc
index 6ec7d9a..f880ed0 100644
--- a/doc/globals.rdoc
+++ b/doc/globals.rdoc
@@ -64,6 +64,7 @@ TOPLEVEL_BINDING::  The Binding of the top level scope. https://github.com/ruby/ruby/blob/trunk/doc/globals.rdoc#L64
 RUBY_VERSION::      The Ruby language version.
 RUBY_RELEASE_DATE:: The release date string.
 RUBY_PLATFORM::     The platform identifier.
+RUBY_PATCHLEVEL::   The patchlevel for this ruby.  If this is a development build of ruby the patchlevel will be -1.
 RUBY_COPYRIGHT::    The copyright string for ruby.
 RUBY_ENGINE::       The name of the Ruby implementation.
 RUBY_ENGINE_VERSION:: The version of the Ruby implementation.
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]