るりまサーチ

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

別のキーワード

  1. shell cat
  2. cat new
  3. cat each
  4. filter cat
  5. shell/filter cat

クラス

キーワード

検索結果

<< 1 2 3 ... > >>

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

実行すると, それらを内容とする 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) |...

Shell::CommandProcessor#cat(*files) -> Shell::Filter (18114.0)

実行すると, それらを内容とする 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) |...

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

実行すると, それらを内容とする 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) |...

Gem::Specification#specification_version -> Integer (9101.0)

この Gem パッケージに用いられている gemspec のバージョンを返します。

この Gem パッケージに用いられている gemspec のバージョンを返します。

Gem::Specification#specification_version=(version) (9101.0)

この Gem パッケージに用いられている gemspec のバージョンをセットします。

...この Gem パッケージに用いられている gemspec のバージョンをセットします。

@param version gemspec のバージョンを指定します。

@see Gem::Specification::SPECIFICATION_VERSION_HISTORY...

絞り込み条件を変える

RSS::Maker::ChannelBase::CategoriesBase#new_category (9101.0)

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

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

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

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

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

item.categories.new_categoryが作成する
cat
egoryは
maker.channel.categories.new_categoryが作成する
cat
egoryと同じAPIを持ちます....

Exception#backtrace_locations -> [Thread::Backtrace::Location] (6201.0)

バックトレース情報を返します。Exception#backtraceに似ていますが、 Thread::Backtrace::Location の配列を返す点が異なります。

...バックトレース情報を返します。Exception#backtraceに似ていますが、
Thread::Backtrace::Location の配列を返す点が異なります。

現状では Exception#set_backtrace によって戻り値が変化する事はあり
ません。

//emlist[例: test.rb][ruby]{
require...
...long month"
end

def get_exception
return begin
yield
rescue => e
e
end
end

e = get_exception { check_long_month(2) }
p e.backtrace_locations
# => ["test.rb:4:in `check_long_month'", "test.rb:15:in `block in <main>'", "test.rb:9:in `get_exception'", "test.rb:15:in `<main>'"]
//}

@see...

Gem::SourceIndex#specification(full_name) -> Gem::Specification | nil (6201.0)

指定された名前の Gem::Specification オブジェクトを返します。

...指定された名前の Gem::Specification オブジェクトを返します。

@param full_name Gem のフルネームを指定します。...

OpenSSL::PKCS12#certificate -> OpenSSL::X509::Certificate (6201.0)

自身が保持している証明書を返します。

自身が保持している証明書を返します。

絞り込み条件を変える

OpenSSL::PKCS7#certificates -> [OpenSSL::X509::Certificate] | nil (6201.0)

署名に添付される証明書を配列で返します。

署名に添付される証明書を配列で返します。
<< 1 2 3 ... > >>