るりまサーチ (Ruby 2.6.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.109秒)
トップページ > バージョン:2.6.0[x] > 種類:インスタンスメソッド[x] > クエリ:extension[x] > クエリ:extensions[x] > クラス:Gem::Specification[x]

別のキーワード

  1. net/imap extension
  2. openssl add_extension
  3. extension new
  4. markdown extension
  5. rdoc/markdown extension

ライブラリ

検索結果

Gem::Specification#extensions -> [String] (72610.0)

拡張ライブラリをコンパイルするために必要な extconf.rb 形式のファイルのリストを返します。

拡張ライブラリをコンパイルするために必要な extconf.rb 形式のファイルのリストを返します。

Gem::Specification#extensions=(paths) (36610.0)

拡張ライブラリをコンパイルするために必要な extconf.rb 形式のファイルのリストをセットします。

拡張ライブラリをコンパイルするために必要な extconf.rb 形式のファイルのリストをセットします。

@param paths 拡張ライブラリをコンパイルするために必要な extconf.rb 形式のファイルのリストを指定します。