Skip to content

Instantly share code, notes, and snippets.

View gongo's full-sized avatar
🍕
Thanks Driven Development

Wataru MIYAGUNI gongo

🍕
Thanks Driven Development
View GitHub Profile

記録:Kたくさん

変数とは

  • 定数、引数
  • グローバル

変数と定数の違いはなんですか?

まずは定数

#!/usr/bin/env ruby
# -*- coding: utf-8 -*-
flags = "001000001000"
month = %w[4 5 6 7 8 9 10 11 12 1 2 3]
suffix = [nil, '月期']
combo = []
month.each_index do |key|
combo << "#{month[key]} #{suffix[flags[key, 1].to_i]}"

ラー油の作り方

材料

材料量、大きさ
 ベース油(食用油を模索中、ごま油がベター)欲しい量
 白ネギ(の青い部分)適量
 ニンニク適量
 唐辛子適量
 容器ベース油が入る容積をもった容器