るりまサーチ

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

別のキーワード

  1. _builtin to_c
  2. etc sc_2_c_dev
  3. etc sc_2_c_bind
  4. tracer display_c_call
  5. tracer display_c_call=

検索結果

<< 1 2 3 ... > >>

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

command を実行する.

...
c
ommand を実行する.

@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...

REXML::DocType#system -> String | nil (21132.0)

DTD のシステム識別子を返します。

...ocument'
doctype = REXML::Document.new(<<EOS).doctype
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
EOS
doctype.system # => "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
doctype.public # => "-//W3C//DTD XHTML 1.0 Strict...
...//EN"

doctype = REXML::Document.new(<<EOS).doctype
<!DOCTYPE root SYSTEM "foobar">
EOS
doctype.system # => "foobar"
doctype.public # => nil
//}...

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

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

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

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

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

command を実行する.

...
c
ommand を実行する.

@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 (18420.0)

command を実行する.

...
c
ommand を実行する.

@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::CommandProcessor#find_system_command(command) (15302.0)

@todo

@todo

Shell#find_system_command(command) (12302.0)

@todo

@todo

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

@todo

@todo

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

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

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

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

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

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

絞り込み条件を変える

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

@todo

@todo

コマンド名を返します。

REXML::NotationDecl#system=(value) (9102.0)

システム識別子を変更します。

システム識別子を変更します。

@param value 設定するシステム識別子
<< 1 2 3 ... > >>