Skip to content

Instantly share code, notes, and snippets.

@tochi
Created November 28, 2021 07:49
Show Gist options
  • Select an option

  • Save tochi/167f15e8fb8e927384f79d06206fe836 to your computer and use it in GitHub Desktop.

Select an option

Save tochi/167f15e8fb8e927384f79d06206fe836 to your computer and use it in GitHub Desktop.
records = [
[2021], # => 2021, 1, 1
[2019, 5], # => 2019, 5, 1
[2017, 11, 25] # => 2017, 11, 25
]
# 「プロを目指す人のためのRuby入門 <改訂2版> 第11章 パターンマッチを理解する」から引用
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment