るりまサーチ

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

別のキーワード

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

キーワード

検索結果

<< 1 2 3 ... > >>

Rake::InvocationChain::EmptyInvocationChain (36000.0)

呼び出し関係のトップレベルを表します。

呼び出し関係のトップレベルを表します。

Shell::Filter#cat(*files) -> Shell::Filter (24413.0)

実行すると, それらを内容とする Filter オブジェクトを返します.

...る Filter オブジェクトを返します.

@param files シェルコマンド cat に与えるファイル名を文字列で指定します。

動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|
file.chomp!...
...cat(file).each { |l|
echo(l) | tee(file + ".tee") >> "all.tee"
}
}
}...

Rake::InvocationChain::EmptyInvocationChain#append(task_name) -> Rake::InvocationChain (24400.0)

与えられた値を追加した Rake::InvocationChain を返します。

...与えられた値を追加した Rake::InvocationChain を返します。

@param task_name 追加する値を指定します。...

Gem::Specification::SPECIFICATION_VERSION_HISTORY -> Hash (24300.0)

gemspec ファイルのバージョンの歴史を表す定数です。

gemspec ファイルのバージョンの歴史を表す定数です。

WEBrick::HTTPAuth::BasicAuth#authenticate(request, response) -> bool (24300.0)

クライアントから送られてきたユーザ名とパスワードを認証します。 認証に失敗した場合は challenge を呼びます。

...
認証に失敗した場合は challenge を呼びます。

@param request WEBrick::HTTPRequest のインスタンスを指定します。

@param response WEBrick::HTTPResponse のインスタンスを指定します。

@raise WEBrick::HTTPStatus::Unauthorized 認証に失敗した場合に...

絞り込み条件を変える

Rake::InvocationChain::EmptyInvocationChain#to_s -> String (24100.0)

'TOP' という文字列を返します。

'TOP' という文字列を返します。

Rake::InvocationChain (24000.0)

循環したタスクの呼び出しを検出するためのクラスです。

...循環したタスクの呼び出しを検出するためのクラスです。

例:
a = Rake::InvocationChain::EMPTY
b = a.append('task_a').append('task_b')
p b.to_s # => "TOP => task_a => task_b"

a.append('task_a').append('task_b').append('task_a') # => 例外発生...

Rake::InvocationChain::EmptyInvocationChain#member?(task_name) -> bool (24000.0)

偽を返します。

偽を返します。

webrick/httpauth/authenticator (24000.0)

HTTP 認証で利用するモジュールを提供するライブラリです。

...HTTP 認証で利用するモジュールを提供するライブラリです。...

Shell#cat(*files) -> Shell::Filter (21413.0)

実行すると, それらを内容とする Filter オブジェクトを返します.

...る Filter オブジェクトを返します.

@param files シェルコマンド cat に与えるファイル名を文字列で指定します。

動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|
file.chomp!...
...cat(file).each { |l|
echo(l) | tee(file + ".tee") >> "all.tee"
}
}
}...

絞り込み条件を変える

<< 1 2 3 ... > >>