Skip to content

Commit

Permalink
Merge pull request #83 from mziyut/create-pull-request/patch-pull-art…
Browse files Browse the repository at this point in the history
…icles

Pull articles
  • Loading branch information
mziyut authored Jul 23, 2023
2 parents 0907119 + 8c6a4e7 commit 0db117e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qiita/public/238dbd6c0cfdc8600ef5.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
- Ruby_記事投稿キャンペーン
- RubyKaigi2023
private: false
updated_at: '2023-06-16T14:28:22+09:00'
updated_at: '2023-07-23T20:21:40+09:00'
id: 238dbd6c0cfdc8600ef5
organization_url_name: qiita-inc
slide: false
Expand Down Expand Up @@ -97,7 +97,7 @@ https://github.com/ruby/ruby/pull/5703
```ruby
# グローバルに定義したい場合
Regexp.timeout = 1.0
# 特定の条件かに閉じ定義したい場合 or グローバル定義を上書きしたい場合
# 特定の条件下に閉じ定義したい場合 or グローバル定義を上書きしたい場合
Regexp.new(/^(a|a)*$/, timeout: 1.0)
```

Expand Down

0 comments on commit 0db117e

Please sign in to comment.