エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント86件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
オブジェクト指向スクリプト言語 Ruby
# Output "I love Ruby" say = "I love Ruby" puts say # Output "I *LOVE* RUBY" say = say.sub("love"... # Output "I love Ruby" say = "I love Ruby" puts say # Output "I *LOVE* RUBY" say = say.sub("love", "*love*") puts say.upcase # Output "I *love* Ruby" # five times 5.times { puts say } # Ruby knows what you # mean, even if you # want to do math on # an entire Array cities = %w[ London Oslo Paris Amsterdam Berlin ] visited = %w[Berlin Oslo] puts "I still need " + "to visit the " + "following cities:































2010/04/30 リンク