Skip to content

Commit 4193b5d

Browse files
authored
Merge pull request #2093 from nurse/ruby-2-7-0-preview1-released-2
Don't loop but show controls for videos
2 parents 71ae270 + 8d0fec3 commit 4193b5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

en/news/_posts/2019-05-30-ruby-2-7-0-preview1-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ For more details, please see https://speakerdeck.com/k_tsj/pattern-matching-new-
4444
It also provides rdoc integration. In `irb` you can display the reference for a given class, module, or method. [#14683](https://bugs.ruby-lang.org/issues/14683), [#14787](https://bugs.ruby-lang.org/issues/14787), [#14918](https://bugs.ruby-lang.org/issues/14918)
4545
Besides, source lines shown at `binding.irb` and inspect results for core-class objects are now colorized.
4646

47-
<video autoplay="autoplay" loop="loop" width="478" height="202">
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

ja/news/_posts/2019-05-30-ruby-2-7-0-preview1-released.md

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

44-
<video autoplay="autoplay" loop="loop" width="478" height="202">
44+
<video autoplay="autoplay" controls="controls" muted="muted" width="576" height="259">
4545
<source src="https://cache.ruby-lang.org/pub/media/irb_improved_with_key_take2.mp4" type="video/mp4">
4646
</video>
4747

0 commit comments

Comments
 (0)