るりまサーチ

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

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. rsa n=
  3. openssl n
  4. pop n_bytes
  5. rsa n

検索結果

<< 1 2 3 ... > >>

Shell::CommandProcessor#find_system_command(command) (30602.0)

@todo

@todo

Shell::CommandProcessor#system(command, *opts) -> Shell::SystemCommand (24626.0)

command を実行する.

...command を実行する.

@param command 実行するコマンドのパスを文字列で指定します。

@param opts command のオプションを文字列で指定します。複数可。

使用例:

require 'shell'
Shell.verbose = false
sh = Shell.new

print sh.system("ls", "-l")
S...
...hell.def_system_command("head")
sh.system("ls", "-l") | sh.head("-n 3") > STDOUT...

Shell#find_system_command(command) (24602.0)

@todo

@todo

Shell::Filter#find_system_command(command) (24602.0)

@todo

@todo

REXML::NotationDecl#system -> String | nil (24202.0)

システム識別子(URI)を返します。

...システム識別子(URI)を返します。

宣言がシステム識別子を含まない場合は nil を返します。...

絞り込み条件を変える

Shell::SystemCommand#command -> String (21201.0)

@todo

@todo

コマンド名を返します。

Shell::SystemCommand#name -> String (21201.0)

@todo

@todo

コマンド名を返します。

Shell#system(command, *opts) -> Shell::SystemCommand (18626.0)

command を実行する.

...command を実行する.

@param command 実行するコマンドのパスを文字列で指定します。

@param opts command のオプションを文字列で指定します。複数可。

使用例:

require 'shell'
Shell.verbose = false
sh = Shell.new

print sh.system("ls", "-l")
S...
...hell.def_system_command("head")
sh.system("ls", "-l") | sh.head("-n 3") > STDOUT...

Shell::Filter#system(command, *opts) -> Shell::SystemCommand (18626.0)

command を実行する.

...command を実行する.

@param command 実行するコマンドのパスを文字列で指定します。

@param opts command のオプションを文字列で指定します。複数可。

使用例:

require 'shell'
Shell.verbose = false
sh = Shell.new

print sh.system("ls", "-l")
S...
...hell.def_system_command("head")
sh.system("ls", "-l") | sh.head("-n 3") > STDOUT...

Gem::SourceInfoCache#latest_system_cache_file -> String (18302.0)

最新のシステムキャッシュのファイル名を返します。

最新のシステムキャッシュのファイル名を返します。

絞り込み条件を変える

Gem::SourceInfoCache#system_cache_file -> String (18302.0)

システムキャッシュファイルの名前を返します。

システムキャッシュファイルの名前を返します。

Shell::CommandProcessor#transact { ... } -> object (15219.0)

ブロック中で shell を self として実行します。

...ブロック中で shell を self として実行します。

例:

require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact{
system
("ls", "-l") | head > STDOUT
# transact の中では、
# sh.system("ls", "-l") | sh.head > STDOUT と同じとなる。
}...

Shell::SystemCommand#terminate -> () (15201.0)

@todo

@todo

REXML::SAX2Listener#notationdecl(name, public_or_system, public_id, system_id) -> () (12421.0)

DTDの記法宣言に出会ったときに呼び出されるコールバックメソッドです。

...ソッドです。

@param name 記法名が文字列で渡されます
@param public_or_system "PUBLIC" もしくは "SYSTEM" が渡されます
@param public_id 公開識別子が文字列で渡されます。指定されていない場合はnilが渡されます
@param system_id システム識...
...別子が文字列で渡されます。指定されていない場合はnilが渡されます...
<< 1 2 3 ... > >>