Skip to content

Commit eaa92c5

Browse files
committed
Revert "Switch off autoplay"
This reverts * 727bfc6 (#2318) * 24356da
1 parent 99868ac commit eaa92c5

4 files changed

+4
-4
lines changed

en/news/_posts/2019-12-17-ruby-2-7-0-rc1-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ for a given class, module, or method.
7979
Besides, source lines shown at `binding.irb` and inspect results
8080
for core-class objects are now colorized.
8181

82-
<video controls="controls" muted="muted" width="576" height="259">
82+
<video autoplay="autoplay" controls="controls" muted="muted" width="576" height="259">
8383
<source src="https://cache.ruby-lang.org/pub/media/irb_improved_with_key_take2.mp4" type="video/mp4">
8484
</video>
8585

en/news/_posts/2019-12-21-ruby-2-7-0-rc2-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ for a given class, module, or method.
6464
Besides, source lines shown by `Binding#irb` and inspect results
6565
for core-class objects are now colorized.
6666

67-
<video controls="controls" muted="muted" width="576" height="259">
67+
<video autoplay="autoplay" controls="controls" muted="muted" width="576" height="259">
6868
<source src="https://cache.ruby-lang.org/pub/media/irb_improved_with_key_take2.mp4" type="video/mp4">
6969
</video>
7070

ja/news/_posts/2019-12-17-ruby-2-7-0-rc1-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Ruby に添付されている REPL (Read-Eval-Print-Loop) である `irb` で、
5353
また、rdoc 連携も提供されるようになっています。`irb` 内で、クラス、モジュール、メソッドのリファレンスをその場で確認できるようになりました。 [[Feature #14683]](https://bugs.ruby-lang.org/issues/14683), [[Feature #14787]](https://bugs.ruby-lang.org/issues/14787), [[Feature #14918]](https://bugs.ruby-lang.org/issues/14918)
5454
これに加え、`binding.irb`で表示される周辺のコードや、コアクラスのオブジェクトのinspect結果に色がつくようになっています。
5555

56-
<video controls="controls" muted="muted" width="576" height="259">
56+
<video autoplay="autoplay" controls="controls" muted="muted" width="576" height="259">
5757
<source src="https://cache.ruby-lang.org/pub/media/irb_improved_with_key_take2.mp4" type="video/mp4">
5858
</video>
5959

ja/news/_posts/2019-12-21-ruby-2-7-0-rc2-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Ruby に添付されている REPL (Read-Eval-Print-Loop) である `irb` で、
4444
また、rdoc 連携も提供されるようになっています。`irb` 内で、クラス、モジュール、メソッドのリファレンスをその場で確認できるようになりました。 [[Feature #14683]](https://bugs.ruby-lang.org/issues/14683), [[Feature #14787]](https://bugs.ruby-lang.org/issues/14787), [[Feature #14918]](https://bugs.ruby-lang.org/issues/14918)
4545
これに加え、`binding.irb`で表示される周辺のコードや、コアクラスのオブジェクトのinspect結果に色がつくようになっています。
4646

47-
<video controls="controls" muted="muted" width="576" height="259">
47+
<video autoplay="autoplay" controls="controls" muted="muted" width="576" height="259">
4848
<source src="https://cache.ruby-lang.org/pub/media/irb_improved_with_key_take2.mp4" type="video/mp4">
4949
</video>
5050

0 commit comments

Comments
 (0)