diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-03-20 22:08:56 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-03-20 22:08:56 +0900 |
| commit | 398b2d2862e6fd2aab420b2b329aaa9c204582e0 (patch) | |
| tree | f721e6c6f70031c3b3329c0b452aff3836de3a88 /public/posts/2021-10-02/ruby-detect-running-implementation | |
| parent | f7ae224f3e2530bb4b05166b6013f8a42432086e (diff) | |
| download | blog.nsfisis.dev-398b2d2862e6fd2aab420b2b329aaa9c204582e0.tar.gz blog.nsfisis.dev-398b2d2862e6fd2aab420b2b329aaa9c204582e0.tar.zst blog.nsfisis.dev-398b2d2862e6fd2aab420b2b329aaa9c204582e0.zip | |
feat(content): use <note> element
Diffstat (limited to 'public/posts/2021-10-02/ruby-detect-running-implementation')
| -rw-r--r-- | public/posts/2021-10-02/ruby-detect-running-implementation/index.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/public/posts/2021-10-02/ruby-detect-running-implementation/index.html b/public/posts/2021-10-02/ruby-detect-running-implementation/index.html index fbb2ded..7af107c 100644 --- a/public/posts/2021-10-02/ruby-detect-running-implementation/index.html +++ b/public/posts/2021-10-02/ruby-detect-running-implementation/index.html @@ -53,14 +53,14 @@ </li> </ol> </section> - <p> - この記事は Qiita から移植してきたものです。 元 URL: <a href="https://qiita.com/nsfisis/items/74d7ffeeebc51b20d791">https://qiita.com/nsfisis/items/74d7ffeeebc51b20d791</a> - </p> - - <p> - <hr> - </hr> - </p> + <div class="admonition"> + <div class="admonition-label"> + NOTE + </div> + <div class="admonition-content"> + この記事は Qiita から移植してきたものです。 元 URL: <a href="https://qiita.com/nsfisis/items/74d7ffeeebc51b20d791">https://qiita.com/nsfisis/items/74d7ffeeebc51b20d791</a> + </div> + </div> <p> Ruby という言語には複数の実装があるが、それらをスクリプト上からどのようにして programmatically に見分ければよいだろうか。 |
