るりまサーチ

最速Rubyリファレンスマニュアル検索!
2145件ヒット [1-100件を表示] (0.103秒)
トップページ > クエリ:t[x] > クエリ:make[x]

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle type_size_t

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

tsort (26132.0)

tsort はトポロジカルソートと強連結成分に関するモジュールを提供します。

...tsort はトポロジカルソートと強連結成分に関するモジュールを提供します。

=== Example

//emlist[][ruby]{
require 'tsort'

class Hash
include TSort
alias tsort_each_node each_key
def tsort_each_child(node, &block)
fetch(node).each(&block)
end
end

{1=>[2, 3],...
...=>[]}.tsort
#=> [3, 2, 1, 4]

{1=>[2], 2=>[3, 4], 3=>[2], 4=>[]}.strongly_connected_components
#=> [[4], [2, 3], [1]]
//}

=== より現実的な例

非常に単純な `make' に似たツールは以下のように実装できます。

//emlist[][ruby]{
require 'tsort'

class Make
def initialize...
...default = []
end

def rule(outputs, inputs=[], &block)
t
riple = [outputs, inputs, block]
outputs.each {|f| @dep[f] = [triple]}
@dep[triple] = inputs
end

def build(target)
each_strongly_connected_component_from(target) {|ns|
if ns.length != 1
fs = ns.delete_if {...

Gem::Ext::Builder.make(dest_path, results) (21219.0)

@todo

...@todo

Make
file を編集して make, make install を実行します。

@param dest_path ???

@param results 結果を入れるための配列です。この変数は破壊的に変更されます。

@raise Gem::InstallError Makefile が存在しない場合に発生します。

@raise Gem::Inst...
...allError make の実行に失敗した場合に発生します。...

RSS::Maker::RSS20::Items::Item::Categories#new_category (18100.0)

@todo 新しくcategoryを作成し,返します.作成された categoryはcategoryリストの最後 に追加されています.

...@todo
新しくcategoryを作成し,返します.作成された
categoryはcategoryリストの最後
に追加されています.

item.categories.new_categoryが作成する
categoryは
make
r.channel.categories.new_categoryが作成する
categoryと同じAPIを持ちます....

RSS::Maker::XMLStyleSheets::XMLStyleSheet#alternate (15200.0)

@todo

...@todo...

RSS::Maker::XMLStyleSheets::XMLStyleSheet#alternate=() (15200.0)

@todo

...@todo...

絞り込み条件を変える

RSS::Maker::ChannelBase::CategoriesBase::CategoryBase#content (15100.0)

@todo

...@todo...

RSS::Maker::ChannelBase::CategoriesBase::CategoryBase#content=() (15100.0)

@todo

...@todo...

RSS::Maker::ItemsBase::ItemBase#categories (15100.0)

@todo

...@todo...

RSS::Maker::ItemsBase::ItemBase#date (15100.0)

@todo

...@todo...
<< 1 2 3 ... > >>