〔ABC順〕 Ansi::To::Html uu59/ansi-to-html: ANSI color code to HTML (256color supported) – GitHub Asciidoct […]
カテゴリー:Ruby
定数 [Ruby]
定数 アルファベット大文字 ( [A-Z] ) で始まる識別子は定数として扱われる。定数の定義 (と初期化) は代入によって行われる。 定数 – 変数と定数 | Ruby リファレンスマニュアル [公式] 概 […]
アクセッサーの使い方 (attr_accessor / attr_reader / attr_writer) [Ruby]
attr_accessor / attr_reader / attr_writer instance method Module#attr_accessor (Ruby 2.5.0) instance method Mo […]
Pathname の使い方 [Ruby]
Pathname class Pathname (Ruby 2.6.0) 使い方 Ruby でパス文字列を組み立てるときは Pathname クラスを使おう | WEB SALAD Ruby でファイル名やパス名を扱う場 […]
private / protected [Ruby]
private クラス定義やモジュール定義の中で private メソッドを呼び出すと、それ以降に定義されるインスタンスメソッドはプライベートメソッドとなる。戻り値はクラスあるいはモジュール自身。 private メソッ […]
Windows にインストールする方法 [Ruby]
Ruby Installer Ruby Installer for Windows [Official] ダウンロード Downloads | Ruby Installer for Windows [Official] […]
画像のサイズを取得する方法 (FastImage) [Ruby]
FastImage sdsykes/fastimage: FastImage Finds the Size or Type of an Image Given its URI by Fetching as Little […]
Bundler を更新する方法 [Ruby]
Bundler を更新する方法 bundler を最新バージョンに更新する $ gem update bundler 古いバージョンの bundler を削除する $ gem cleanup bundler gem up […]
配列の操作 (Array) [Ruby]
Array class Array | Ruby リファレンスマニュアル [公式] 使い方 配列 (Array) の使い方 | TechRacho select などの配列の抽出/検索を行うメソッドまとめ – […]
Twitter API の使い方 [Ruby]
Twitter Ruby Gem sferik/twitter: A Ruby interface to the Twitter API – GitHub ドキュメント Documentation for t […]