aboutsummaryrefslogtreecommitdiffhomepage
path: root/content/posts/2021-10-02/ruby-detect-running-implementation.md
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-05-14 22:40:28 +0900
committernsfisis <nsfisis@gmail.com>2022-05-14 22:40:28 +0900
commite2d0028c1fbfb4cac59e20926e5aa0031e0ed607 (patch)
treebf89da301d96aaf22aac30402156cd1f3fed8299 /content/posts/2021-10-02/ruby-detect-running-implementation.md
parentfee09a6d9a16226ea02b2725fff318cc35dd83b7 (diff)
downloadnsfisis.github.io-e2d0028c1fbfb4cac59e20926e5aa0031e0ed607.tar.gz
nsfisis.github.io-e2d0028c1fbfb4cac59e20926e5aa0031e0ed607.tar.zst
nsfisis.github.io-e2d0028c1fbfb4cac59e20926e5aa0031e0ed607.zip
add changelog field to frontmatter
Diffstat (limited to 'content/posts/2021-10-02/ruby-detect-running-implementation.md')
-rw-r--r--content/posts/2021-10-02/ruby-detect-running-implementation.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/posts/2021-10-02/ruby-detect-running-implementation.md b/content/posts/2021-10-02/ruby-detect-running-implementation.md
index 3826903..33cae61 100644
--- a/content/posts/2021-10-02/ruby-detect-running-implementation.md
+++ b/content/posts/2021-10-02/ruby-detect-running-implementation.md
@@ -6,6 +6,8 @@ tags: ["ruby"]
aliases: ['/posts/ruby-detect-running-implementation/']
summary: |
Ruby には複数の実装があるが、自身を実行している処理系の種類をスクリプト上からどのように判定すればよいだろうか。
+changelog:
+ 2021-10-02: Qiita から移植
---
この記事は Qiita から移植してきたものです。