るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. kernel $-l
  2. matrix l
  3. _builtin $-l
  4. lupdecomposition l
  5. l matrix

検索結果

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

@todo

@todo

コマンド名を返します。

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

@todo

@todo

Gem::Commands::BuildCommand#yaml?(filename) -> bool (54604.0)

与えられたファイル名を持つファイルが yaml ファイルである場合に真を返します。

与えられたファイル名を持つファイルが yaml ファイルである場合に真を返します。

@param filename ファイル名を指定します。

Gem::CommandManager#find_command_possibilities(command_name) -> Array (46228.0)

登録されているコマンドでマッチする可能性のあるものを返します。

登録されているコマンドでマッチする可能性のあるものを返します。

@param command_name コマンド名を文字列で指定します。

Shell#find_system_command(command) (45910.0)

@todo

@todo

絞り込み条件を変える

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

@todo

@todo

Shell::CommandProcessor#symlink(old, new) -> 0 (45604.0)

File クラスにある同名のクラスメソッドと同じです.

File クラスにある同名のクラスメソッドと同じです.

@param old ファイル名を表す文字列を指定します。

@param new シンボリックリンクを表す文字列を指定します。

@see File.symlink

Shell::CommandProcessor#symlink?(file) -> bool (45604.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列を指定します。

@see FileTest.#symlink?

Shell::SystemCommand#kill(signal) -> Integer (45304.0)

自身のプロセスにシグナルを送ります。

自身のプロセスにシグナルを送ります。

@param signal シグナルを整数かその名前の文字列で指定します。
負の値を持つシグナル(あるいはシグナル名の前に-)を指定すると、
プロセスではなくプロセスグループにシグナルを送ります。

@see Process.#kill

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

command を実行する.

command を実行する.

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

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

使用例:

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

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

絞り込み条件を変える

Gem::Commands::BuildCommand#load_gemspecs(filename) -> Array (36604.0)

gemspec ファイルをロードします。

gemspec ファイルをロードします。

@param filename ファイル名を指定します。

Shell::CommandProcessor#directory?(file) -> bool (36604.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列か IO オブジェクトを指定します。

@see FileTest.#directory?

Shell::CommandProcessor#ftype(filename) -> String (36604.0)

File クラスにある同名のクラスメソッドと同じです.

File クラスにある同名のクラスメソッドと同じです.

@param filename ファイル名を表す文字列を指定します。

@see File.ftype

Shell::CommandProcessor#sticky?(file) -> bool (36604.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列を指定します。

@see FileTest.#sticky?

Shell::CommandProcessor#notify(*opts) { ... } -> () (36304.0)

@todo

@todo

絞り込み条件を変える

Shell::SystemCommand#flush -> () (36304.0)

@todo

@todo

Shell::SystemCommand#notify(*opts) -> String (36304.0)

@todo

@todo

@param opts

@see Shell#notify

Shell::SystemCommand#notify(*opts) {|message| ... } -> String (36304.0)

@todo

@todo

@param opts

@see Shell#notify

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

@todo

@todo

コマンド名を返します。

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

command を実行する.

command を実行する.

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

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

使用例:

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

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

絞り込み条件を変える

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

command を実行する.

command を実行する.

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

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

使用例:

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

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

Kernel#xsystem(command, opts = nil) -> () (27925.0)

Kernel.#system と同じですが、コマンドの出力は(標準出力、標準エラー 出力ともに)ログファイルに出力します。ログファイル名は mkmf.log です。

Kernel.#system と同じですが、コマンドの出力は(標準出力、標準エラー
出力ともに)ログファイルに出力します。ログファイル名は mkmf.log です。

@param command コマンドを指定します。
@param opts オプションを Hash で指定します。
:werror というキーに真を指定すると

@see Kernel.#system

Kernel#try_do(src, command, *opts) -> () (27628.0)

@param src C プログラムのソースコードを指定します。

@param src C プログラムのソースコードを指定します。

@param command コマンドを指定します。

@param opts オプションを Hash で指定します。

@raise RuntimeError 開発環境がインストールされていない場合に発生します。

@see Kernel#xsystem

Kernel#try_do(src, command, *opts) { ... } -> () (27628.0)

@param src C プログラムのソースコードを指定します。

@param src C プログラムのソースコードを指定します。

@param command コマンドを指定します。

@param opts オプションを Hash で指定します。

@raise RuntimeError 開発環境がインストールされていない場合に発生します。

@see Kernel#xsystem

Gem::Command#get_all_gem_names -> Array (27604.0)

コマンドラインで与えられた Gem の名前を全て取得して返します。

コマンドラインで与えられた Gem の名前を全て取得して返します。

@raise Gem::CommandLineError コマンドライン引数から Gem の名前を取得できない場合に発生します。

絞り込み条件を変える

Gem::Commands::DependencyCommand#print_dependencies(spec, level = 0) -> String (27304.0)

依存関係を表す文字列を返します。

依存関係を表す文字列を返します。

@param spec Gem::Specification のインスタンスを指定します。

@param level 依存関係の深さを指定します。

Shell::SystemCommand#active? -> bool (27304.0)

@todo

@todo

Shell::SystemCommand#each(rs = nil) {|line| ... } (27304.0)

@todo

@todo

@param rs

Shell::SystemCommand#wait? -> bool (27304.0)

@todo

@todo

Shell::SystemCommand#input=(inp) (27004.0)

@todo

@todo

絞り込み条件を変える

Shell::SystemCommand#start -> () (27004.0)

@todo

@todo

Shell::SystemCommand#start_export (27004.0)

@todo

@todo

Shell::SystemCommand#start_import -> () (27004.0)

@todo

@todo

Shell::SystemCommand#super_each -> () (27004.0)

@todo

@todo

Shell::Filter#each です。

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

@todo

@todo

絞り込み条件を変える

Gem::Commands::UpdateCommand#which_to_update(highest_installed_gems, gem_names) -> Array (18604.0)

更新が必要な Gem のリストを返します。

更新が必要な Gem のリストを返します。

Shell::CommandProcessor#mkdir(*path) -> Array (18304.0)

Dir.mkdirと同じです。 (複数可)

Dir.mkdirと同じです。 (複数可)

@param path 作成するディレクトリ名を文字列で指定します。

@return 作成するディレクトリの一覧の配列を返します。

使用例
require 'shell'
Shell.verbose = false
sh = Shell.new
begin
p sh.mkdir("foo") #=> ["foo"]
rescue => err
puts err
end