From 9127d1c420420b3c80414d8222840e96e4dd3f18 Mon Sep 17 00:00:00 2001
From: nsfisis
Date: Sun, 26 Jan 2025 15:23:17 +0900
Subject: feat(blog/nuldoc): add `target=_blank` and `rel=noreferrer` to
external links
---
.../2021-10-02/ruby-detect-running-implementation/index.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
(limited to 'vhosts/blog/public/posts/2021-10-02/ruby-detect-running-implementation/index.html')
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 037161eb..6d96057f 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
@@ -63,7 +63,7 @@
NOTE
@@ -76,7 +76,7 @@
- 参考: Object::RUBY_ENGINE
+ 参考: Object::RUBY_ENGINE
@@ -95,7 +95,7 @@ jruby 1.2.0 (ruby 1.8.6 patchlevel 287) (2009-03-16 rev 9419) [i386-java]
- What values for RUBY_ENGINE correspond to which Ruby implementations? より引用:
+ What values for RUBY_ENGINE correspond to which Ruby implementations? より引用:
@@ -201,11 +201,11 @@ jruby 1.2.0 (ruby 1.8.6 patchlevel 287) (2009-03-16 rev 9419) [i386-java]
- この表にない主要な処理系として、mruby は 'mruby' を返す。
+ この表にない主要な処理系として、mruby は 'mruby' を返す。
- mruby 該当部分のソース より引用:
+ mruby 該当部分のソース より引用: