File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ OLD_VERSIONS = %w[
44 2.0.0 2.1.0 2.2.0 2.3.0 2.4.0 2.5.0 2.6.0 2.7.0
55]
66SUPPORTED_VERSIONS = %w[ 3.0 3.1 3.2 3.3 3.4 ]
7- UNRELEASED_VERSIONS = %w[ 3.5 ]
7+ UNRELEASED_VERSIONS = %w[ 4.0 ]
88ALL_VERSIONS = [ *OLD_VERSIONS , *SUPPORTED_VERSIONS , *UNRELEASED_VERSIONS ]
99CI_VERSIONS = [ *SUPPORTED_VERSIONS , *UNRELEASED_VERSIONS ]
1010HTML_DIRECTORY_BASE = ENV . fetch ( "HTML_DIRECTORY_BASE" , "/tmp/html/" )
Original file line number Diff line number Diff line change 11= オブジェクト指向スクリプト言語 Ruby リファレンスマニュアル
22
33 * Ruby オフィシャルサイト [[url : https : // www.ruby - lang.org / ja / ]]
4- # @since 3.5
4+ # @since 4.0
55 * 開発版対応リファレンス
66# @end
7- # @if("3.4" <= version and version < "3.5 ")
7+ # @if("3.4" <= version and version < "4.0 ")
88 * version 3.4 対応リファレンス
99# @end
1010# @if("3.3" <= version and version < "3.4")
You can’t perform that action at this time.
0 commit comments