るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
5件ヒット [1-5件を表示] (0.126秒)

別のキーワード

  1. format spec=
  2. format spec
  3. oldformat spec=
  4. oldformat spec
  5. installer spec

検索結果

Gem::Format#spec=(spec) (54322.0)

Gem の Gem::Specification をセットします。

Gem の Gem::Specification をセットします。

@param spec Gem の Gem::Specification をセットします。

Gem::OldFormat#spec=(spec) (54322.0)

Gem の Gem::Specification をセットします。

Gem の Gem::Specification をセットします。

@param spec Gem の Gem::Specification をセットします。

Rake::GemPackageTask#gem_spec=(gem_spec) (18322.0)

gemspec をセットします。

gemspec をセットします。

@param gem_spec Gem::Specification のインスタンスを指定します。

Gem::RequirePathsBuilder#write_require_paths_file_if_needed(spec = @spec, gem_home = @gem_home) (313.0)

必要であれば、'.require_paths' というファイルを Gem ごとに作成します。

必要であれば、'.require_paths' というファイルを Gem ごとに作成します。

Rake::FileList#pathmap(spec = nil) -> Rake::FileList (25.0)

各要素に String#pathmap を適用した新しい Rake::FileList を返します。

各要素に String#pathmap を適用した新しい Rake::FileList を返します。

//emlist[][ruby]{
# Rakefile での記載例とする

task default: :test_rake_app
task :test_rake_app do
file_list = FileList.new("test1.rb", "test2.rb", "test3.rb")
file_list.pathmap("%n") # => ["test1", "test2", "test3"]
end
//}

@see String#pathmap

絞り込み条件を変える