るりまサーチ (Ruby 3.3)

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

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. ipaddr to_i
  5. csv to_i

検索結果

Gem::Specification#description=(desc) (72601.0)

Gem パッケージの説明をセットします。

Gem パッケージの説明をセットします。

@param desc パッケージの詳細を説明する文章を指定します。

RSS::Maker::ItemsBase::ItemBase#description=() (72601.0)

@todo

@todo

RSS::RDF::Channel#description= (63604.0)

@todo

@todo

RSS::RDF::Item#description= (63604.0)

@todo

@todo

RSS::RDF::Textinput#description= (63604.0)

@todo

@todo

絞り込み条件を変える

RSS::Rss::Channel#description= (63604.0)

@todo

@todo

RSS::Rss::Channel::Image#description= (63604.0)

@todo

@todo

RSS::Rss::Channel::Item#description= (63604.0)

@todo

@todo

RSS::Rss::Channel::TextInput#description= (63604.0)

@todo

@todo

RSS::Maker::ChannelBase#description=() (63601.0)

@todo

@todo

絞り込み条件を変える

RSS::Maker::ImageBase#description=() (63601.0)

@todo

@todo

RSS::Maker::TextinputBase#description=() (63601.0)

@todo

@todo

Rake::TaskManager#last_description=(description) (36919.0)

最新の詳細説明をセットします。

最新の詳細説明をセットします。

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

task default: :test_rake_app1

desc "test1"
task :test_rake_app1 do |task|
task.application.last_description # => "test2"
task.application.last_description = "test3"
task.application.last_description # => "test3"
end

desc "test2"
task :...

DublinCoreModel#dc_description= (27604.0)

@todo

@todo

Rake.application -> Rake::Application (18619.0)

現在の Rake アプリケーションを返します。

現在の Rake アプリケーションを返します。

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

require 'pp'

task default: :test_rake_app
task :test_rake_app do
pp Rake.application
end

# => #<Rake::Application:0x31b0f18
# @default_loader=#<Rake::DefaultLoader:0x31b0c78>,
# @imported=[],
# @last_description=nil,
# ...

絞り込み条件を変える

Rake.application=(app) (18319.0)

現在の Rake アプリケーションをセットします。

現在の Rake アプリケーションをセットします。

@param app Rake::Application のインスタンスを指定します。

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

require 'pp'

task default: :test_rake_app
task :test_rake_app do
app = Rake::Application.new
app.tty_output = true
Rake.application = app
pp Rake.application
end

# => #<Rake::App...

DublinCoreModel#dc_description (18304.0)

@todo

@todo

RSS::RDF::Channel#description (18304.0)

@todo

@todo

RSS::RDF::Item#description (18304.0)

@todo

@todo

RSS::RDF::Textinput#description (18304.0)

@todo

@todo

絞り込み条件を変える

RSS::Rss::Channel#description (18304.0)

@todo

@todo

RSS::Rss::Channel::Image#description (18304.0)

@todo

@todo

RSS::Rss::Channel::Item#description (18304.0)

@todo

@todo

RSS::Rss::Channel::TextInput#description (18304.0)

@todo

@todo