diff options
Diffstat (limited to 'vhosts/blog/public/posts/2021-10-02/ruby-detect-running-implementation/index.html')
| -rw-r--r-- | vhosts/blog/public/posts/2021-10-02/ruby-detect-running-implementation/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vhosts/blog/public/posts/2021-10-02/ruby-detect-running-implementation/index.html b/vhosts/blog/public/posts/2021-10-02/ruby-detect-running-implementation/index.html index 030d07ab..1cb7d414 100644 --- a/vhosts/blog/public/posts/2021-10-02/ruby-detect-running-implementation/index.html +++ b/vhosts/blog/public/posts/2021-10-02/ruby-detect-running-implementation/index.html @@ -7,6 +7,11 @@ <meta name="copyright" content="© 2021 nsfisis"> <meta name="description" content="Ruby には複数の実装があるが、自身を実行している処理系の種類をスクリプト上からどのように判定すればよいだろうか。"> <meta name="keywords" content="Ruby"> + <meta property="og:type" content="article"> + <meta property="og:title" content="【Ruby】 自身を実行している処理系の種類を判定する | REPL: Rest-Eat-Program Loop"> + <meta property="og:description" content="Ruby には複数の実装があるが、自身を実行している処理系の種類をスクリプト上からどのように判定すればよいだろうか。"> + <meta property="og:site_name" content="REPL: Rest-Eat-Program Loop"> + <meta property="og:locale" content="ja_JP"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>【Ruby】 自身を実行している処理系の種類を判定する | REPL: Rest-Eat-Program Loop</title> <link rel="stylesheet" href="/style.css?h=ff6bd78923acd811422831305d515a85"> |
