定数 アルファベット大文字 ( [A-Z] ) で始まる識別子は定数として扱われる。定数の定義 (と初期化) は代入によって行われる。 定数 – 変数と定数 | Ruby リファレンスマニュアル [公式] 概 […]
Articles Tagged: Ruby
Bundler [Ruby]
Bundler Bundler – The Best Way to Manage a Ruby Application’s Gems [Official] 使い方 Bundler を使った Rub […]
配列の操作 (Array) [Ruby]
Array class Array | Ruby リファレンスマニュアル [公式] 使い方 配列 (Array) の使い方 | TechRacho select などの配列の抽出/検索を行うメソッドまとめ – […]
ドキュメント生成 [Ruby]
YARD YARD – A Ruby Documentation Tool [Official] lsegal/yard: YARD is a Ruby Documentation tool. The Y s […]
Ruby リファレンス リンク集
Syntax Ruby で使われる記号の意味 関数 (C 言語) 関数一覧 File class File File.exist? 逆引き ファイルの存在を確認する → File.exist?