#author("2023-10-05T21:16:28+00:00","default:hotate","hotate") #author("2025-10-12T10:05:50+00:00","default:hotate","hotate") #contents &tag(Ruby); * [[リファレンス]] [#a5c6ce59] - [[Ruby 1.8.7 リファレンスマニュアル>http://doc.ruby-lang.org/ja/1.8.7/doc/index.html]] - [[逆引きRuby>http://www.namaraii.com/rubytips/]] - [[Ruby入門>http://www.rubylife.jp/ini/]] - [[Ruby入門勉強ルーム>http://www.mapee.jp/ruby/]] - [[Ruby - 俺の基地>http://yakinikunotare.boo.jp/orebase/index.php?Ruby]] - [[Rubyを始めたい方向けまとめ(2011年秋版) - 223 Software>http://www.223soft.net/54]] * インストール [#j887fed8] - [[Downloads - Ruby on Windows>https://rubyinstaller.org/downloads/]] This is a self-contained Windows-based installer that includes the Ruby language, an execution environment, important documentation, and more. ** [[Windows11]] [#q5caeaa9] - [[Ruby | Rubyのダウンロードとインストール>https://www.javadrive.jp/ruby/install/index1.html]] (2023/02/24) 今回は Windows11 環境へインストールを行います。 2022 年10月現在の最新バージョンは Ruby 3.1.2 です。 ** [[macOS]] [#va453030] - [[MacにHomeBrew,rbenv,bundlerをインストールする - Qiita>http://qiita.com/shinkuFencer/items/3679cfd966f6a61ccd1b]] インストールしたRubyは以下のコマンドでわかります。 ※なおsystemはMacに最初から入っているRubyです。 $ rbenv versions global でRubyのバージョンを切り替えられます。 システム全体で適用されるので、一部プロジェクトに適応したい場合はlocal で変更して下さい。 - [[【小ネタ】macOS Sierra(10.12) で 最新版のRubyを利用する | Developers.IO>http://dev.classmethod.jp/etc/macos_on_ruby/]] - [[Macのrbenvで追加されたばかりのRuby2.4.0を使う手順 - あかんわ>http://b0npu.hatenablog.com/entry/2016/12/25/204253]] ** 関連 [#y85c4e05] #taglist(tag=Ruby)