aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/tags/ruby/index.html
blob: a23cbbfad7b5a6822696293ddd3a03c56c57cee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="ja-JP">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    
    <title>ruby | REPL: Rest-Eat-Program Loop</title>
    
    <meta name="description" content="">
    <meta name="author" content="nsfisis">
    
    <link href="https://blog.nsfisis.dev/an-old-hope.min.css" rel="stylesheet">
    <link href="https://blog.nsfisis.dev/style.css" rel="stylesheet">
    <link href="https://blog.nsfisis.dev/custom.css" rel="stylesheet">
    
    <link rel="icon" href="https://blog.nsfisis.dev/favicon.svg">
    <meta name="generator" content="Hugo 0.102.1" />
    
    <link rel="alternate" type="application/rss+xml" href="https://blog.nsfisis.dev/tags/ruby/feed.xml" title="REPL: Rest-Eat-Program Loop" />
    
  </head>
  <body class="list">
    <header class="header">
      <nav class="nav">
        <p class="logo"><a href="https://blog.nsfisis.dev">REPL: Rest-Eat-Program Loop</a></p>
      </nav>
    </header>
    <main class="main">

<header class="page-header"><h1>ruby</h1></header>

<article class="post-entry">
  <header class="entry-header">
    <h2>[Ruby] then キーワードと case in</h2>
  </header>
  <section class="entry-content">
   <p>Ruby 3.0 で追加される case in 構文と、then キーワードについて。</p>
  </section>
  <footer class="entry-footer">
    Posted on <time>2021-10-02</time>
  </footer>
  <a class="entry-link" href="https://blog.nsfisis.dev/posts/2021-10-02/ruby-then-keyword-and-case-in/"></a>
</article>
<article class="post-entry">
  <header class="entry-header">
    <h2>[Ruby] 自身を実行している処理系の種類を判定する</h2>
  </header>
  <section class="entry-content">
   <p>Ruby には複数の実装があるが、自身を実行している処理系の種類をスクリプト上からどのように判定すればよいだろうか。</p>
  </section>
  <footer class="entry-footer">
    Posted on <time>2021-10-02</time>
  </footer>
  <a class="entry-link" href="https://blog.nsfisis.dev/posts/2021-10-02/ruby-detect-running-implementation/"></a>
</article></main>
<footer class="footer">
  <span>&copy; 2022 <a href="https://blog.nsfisis.dev">REPL: Rest-Eat-Program Loop</a></span>
  <span>&middot;</span>
  <span>Powered by <a href="https://gohugo.io/" rel="noopener" target="_blank">Hugo️️</a>️</span>
</footer>
<script src="https://blog.nsfisis.dev/highlight.min.js"></script>
<script>
  hljs.initHighlightingOnLoad();
</script>
</body>
</html>