Digest library digest (Ruby 2.6.0) class Digest::MD5 (Ruby 2.6.0) class Digest::Base (Ruby 2.6.0) class Digest […]
カテゴリー:Ruby
ドキュメント生成 [Ruby]
YARD YARD – A Ruby Documentation Tool [Official] lsegal/yard: YARD is a Ruby Documentation tool. The Y s […]
PryStackExplorer (pry-stack_explorer) [Ruby]
pry-stack_explorer pry/pry-stack_explorer: Walk the stack in a Pry session – GitHub ドキュメント Documentation […]
ダミーデータ/Lorem Ipsum [Ruby]
Gem Faker stympy/faker: A library for generating fake data such as names, addresses, and phone numbers – […]
オブジェクトのコピー (dup / clone) [Ruby]
概要 浅いコピーと深いコピー – Qiita オブジェクト ID と、ディープ/シャロー (deep / shallow) コピーについて | task blog オブジェクトコピーで気をつけること | Ap […]
Bundler のソース [Ruby]
Bundler のソース Bundler – The best way to manage a Ruby application’s gems [Official] bundler/bundler […]
ネイティブ拡張の作成・デバッグ (gem) [Ruby]
C ネイティブ拡張の作成 C ネイティブ拡張 gem の作成・デバッグ – Qiita 拡張ライブラリ作成チュートリアル | 地球流体電脳 Ruby プロジェクト Bundler で C のソースを含んだ G […]
制御構造/繰り返し処理 [Ruby]
制御構造 制御構造 | Ruby リファレンスマニュアル [公式] 概要 条件分岐 if unless case 繰り返し while until for break next redo 例外処理 begin rescu […]
dry-rb の使い方 [Ruby]
dry-rb dry-rb [Official] dry-rb – GitHub Gems | dry-rb dry-validation dry-rb/dry-validation: Data valida […]
Nokogiri を使ったDOM の操作 [Ruby]
Nokogiri を使ったDOM の操作 Modifying an HTML/XML document – Nokogiri [Official] クラスを追加する方法 module Nokogiri mod […]