るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.170秒)
トップページ > バージョン:2.3.0[x] > クエリ:E[x] > クエリ:spec[x] > クエリ:array_attribute[x]

別のキーワード

  1. specfetcher fetch_spec
  2. installer spec
  3. oldformat spec=
  4. gempackagetask gem_spec
  5. format spec

ライブラリ

クラス

検索結果

Gem::Specification.array_attribute(name) -> () (81604.0)

Gem::Specification.attribute と同じですが、値を配列に格納するアクセサを作ります。

Gem::Specification.attribute と同じですが、値を配列に格納するアクセサを作ります。

@param name 属性の名前を指定します。

@see Gem::Specification.attribute

Gem::Specification.array_attributes -> Array (45601.0)

@@array_attributes の複製を返します。

@@array_attributes の複製を返します。

@see Object#dup